From dfd62f4d94819561f6e3dd8a5852009739688dbb Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 30 Sep 2024 13:49:40 +0200 Subject: [PATCH] Cleanup --- Utilities.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Utilities.h b/Utilities.h index 5e4cfef..4720d1e 100644 --- a/Utilities.h +++ b/Utilities.h @@ -75,8 +75,8 @@ uint8_t eeprom_read(uint32_t mapped_addr); #include "hal/wdt_hal.h" #elif BOARD_MODEL == BOARD_RNODE_NG_22 #include "hal/wdt_hal.h" - #else BOARD_MODEL != BOARD_RNODE_NG_22 - #include "soc/rtc_wdt.h" + #else + #include "hal/wdt_hal.h" #endif #define ISR_VECT IRAM_ATTR #else