mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-13 01:40:09 +00:00
🩹 Fix Sim with USE_WATCHDOG disabled
This commit is contained in:
parent
58d94f407b
commit
71cb723746
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ public:
|
|||
MarlinHAL() {}
|
||||
|
||||
// Watchdog
|
||||
static void watchdog_init() IF_DISABLED(USE_WATCHDOG, {});
|
||||
static void watchdog_refresh() IF_DISABLED(USE_WATCHDOG, {});
|
||||
static void watchdog_init();
|
||||
static void watchdog_refresh();
|
||||
|
||||
static void init() {} // Called early in setup()
|
||||
static void init_board() {} // Called less early in setup()
|
||||
|
|
Loading…
Add table
Reference in a new issue