Indent a block

2.0.x
Scott Lahteine 6 years ago
parent 1a00d1bdaf
commit fbfb48cce0

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

Loading…
Cancel
Save