Remove watchdog

pull/106/head
erikkaashoek 2 years ago
parent aa57b9adc3
commit 3e35053b19

@ -65,15 +65,15 @@
#define __LINEARITY__ // Not available #define __LINEARITY__ // Not available
#define __SELFTEST__ // Add selftest option (not fully disable it) #define __SELFTEST__ // Add selftest option (not fully disable it)
#define __CALIBRATE__ // Add calibration menu and functions #define __CALIBRATE__ // Add calibration menu and functions
#define __WATCHDOG__ //#define __WATCHDOG__
#ifdef __WATCHDOG__ //#ifdef __WATCHDOG__ // still resets when entering the Ultra code
//#if (HAL_USE_WDG != TRUE) //#if (HAL_USE_WDG != TRUE)
//#error "HAL_USE_WDG must be set to true" //#error "HAL_USE_WDG must be set to true"
//#endif //#endif
//#if (STM32_WDG_USE_IWDG != TRUE) //#if (STM32_WDG_USE_IWDG != TRUE)
//#error "STM32_WDG_USE_IWDG must be set to true" //#error "STM32_WDG_USE_IWDG must be set to true"
//#endif //#endif
#endif //#endif
#define __FAST_SWEEP__ // Pre-fill SI4432 RSSI buffer to get fastest sweep in zero span mode #define __FAST_SWEEP__ // Pre-fill SI4432 RSSI buffer to get fastest sweep in zero span mode
// #define __AUDIO__ // #define __AUDIO__
#define __SPUR__ // Does spur reduction by shifting IF #define __SPUR__ // Does spur reduction by shifting IF

Loading…
Cancel
Save

Powered by TurnKey Linux.