Option to prevent (extra) Watchdog init on STM32 (#19693)
This commit is contained in:
@ -33,6 +33,9 @@
|
||||
#define BOARD_INFO_NAME "Malyan M200"
|
||||
#endif
|
||||
|
||||
// Prevents hanging from an extra watchdog init
|
||||
#define DISABLE_WATCHDOG_INIT
|
||||
|
||||
// Assume Flash EEPROM
|
||||
#if NO_EEPROM_SELECTED
|
||||
#define FLASH_EEPROM_EMULATION
|
||||
|
Reference in New Issue
Block a user