Browse Source

Indent a block

pull/1/head
Scott Lahteine 6 years ago
parent
commit
fbfb48cce0
  1. 6
      Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp

6
Marlin/src/HAL/HAL_STM32F4/watchdog_STM32F4.cpp

@ -46,9 +46,9 @@
//Error_Handler(); //Error_Handler();
} }
else { else {
#if PIN_EXISTS(LED) #if PIN_EXISTS(LED)
TOGGLE(LED_PIN); // heart beat indicator TOGGLE(LED_PIN); // heartbeat indicator
#endif #endif
} }
} }

Loading…
Cancel
Save