[LPC176x] Fix USEABLE_HARDWARE_PWM macro, cleanup multiple LED support (#12129)

This commit is contained in:
Chris Pepper
2018-10-18 17:26:50 +01:00
committed by Scott Lahteine
parent a768df83cb
commit 3c13c9e3e9
4 changed files with 21 additions and 12 deletions

View File

@ -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
}