Merge pull request #62 from airgradienthq/hotfix/compile-fail-cause-value-type

fix: BoardDef pin number invalid type, #51
This commit is contained in:
Phat Nguyen
2024-02-29 08:49:03 +07:00
committed by GitHub

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;