mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 00:46:31 +02:00
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