Indent a block

This commit is contained in:
Scott Lahteine 2018-10-25 10:52:27 -05:00
parent 1a00d1bdaf
commit fbfb48cce0

View File

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