forked from airgradienthq/arduino
fix: BoardDef pin number invalid type, #51
This commit is contained in:
@ -76,7 +76,7 @@ struct BoardDef {
|
||||
|
||||
/** Watchdog */
|
||||
struct {
|
||||
const uint8_t resetPin;
|
||||
const int resetPin;
|
||||
const bool supported;
|
||||
} WDG;
|
||||
const char *name;
|
||||
|
Reference in New Issue
Block a user