* add SW reset

* adds watchdog
This commit is contained in:
tomaszduda23
2022-09-12 16:00:30 +02:00
committed by GitHub
parent 38f2da2e2e
commit fa01d92dde
3 changed files with 9 additions and 0 deletions

View File

@@ -29,5 +29,6 @@ namespace DRIVERS {
struct Board : public Driver {
using Driver::Driver;
virtual void reset() {}
virtual void periodic() {}
};
}