STM32F4xx modifications for HAL_STM32 (#12080)
This commit is contained in:
committed by
Scott Lahteine
parent
bf0c809ff2
commit
8b5e51c9aa
@ -67,7 +67,7 @@ uint8_t HAL_get_reset_source(void) {
|
||||
|
||||
void watchdog_reset() {
|
||||
WDT_Feed();
|
||||
#if PIN_EXISTS(LED)
|
||||
#if !defined(PINS_DEBUGGING) && PIN_EXISTS(LED)
|
||||
TOGGLE(LED_PIN); // heart beat indicator
|
||||
#endif
|
||||
}
|
||||
|
Reference in New Issue
Block a user