fix: BoardDef pin number invalid type, #51

This commit is contained in:
Phat Nguyen
2024-02-29 08:45:38 +07:00
parent 1a52c2d9f8
commit be9ba88d52

View File

@ -76,7 +76,7 @@ struct BoardDef {
/** Watchdog */ /** Watchdog */
struct { struct {
const uint8_t resetPin; const int resetPin;
const bool supported; const bool supported;
} WDG; } WDG;
const char *name; const char *name;