[LPC176x] Fix USEABLE_HARDWARE_PWM macro, cleanup multiple LED support (#12129)
This commit is contained in:
committed by
Scott Lahteine
parent
a768df83cb
commit
3c13c9e3e9
@ -68,7 +68,7 @@ uint8_t HAL_get_reset_source(void) {
|
||||
void watchdog_reset() {
|
||||
WDT_Feed();
|
||||
#if DISABLED(PINS_DEBUGGING) && PIN_EXISTS(LED)
|
||||
TOGGLE(LED_PIN); // heart beat indicator
|
||||
TOGGLE(LED_PIN); // heartbeat indicator
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user