mirror of
https://github.com/airgradienthq/arduino.git
synced 2025-07-15 17:52:08 +02:00
fix: BoardDef pin number invalid type, #51
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user