We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5af5c2a commit 0838f70Copy full SHA for 0838f70
Marlin/src/HAL/NATIVE_SIM/HAL.h
@@ -208,8 +208,8 @@ class MarlinHAL {
208
MarlinHAL() {}
209
210
// Watchdog
211
- static void watchdog_init() IF_DISABLED(USE_WATCHDOG, {});
212
- static void watchdog_refresh() IF_DISABLED(USE_WATCHDOG, {});
+ static void watchdog_init();
+ static void watchdog_refresh();
213
214
static void init() {} // Called early in setup()
215
static void init_board() {} // Called less early in setup()
0 commit comments