mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-20 21:48:40 -04:00
Cleanup
This commit is contained in:
parent
491cab09c6
commit
dfd62f4d94
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue