Indent a block
This commit is contained in:
parent
1a00d1bdaf
commit
fbfb48cce0
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue