Move halt indication code to common place.

This commit is contained in:
Jared Boone 2015-07-08 16:28:57 -07:00
parent 9bf6ea2873
commit 7c9fc62f5e
4 changed files with 27 additions and 28 deletions

View file

@ -972,15 +972,3 @@ int main(void) {
#endif
return 0;
}
void debug_indicate_error_init() {
// TODO: Indicate error, but don't import all of PAL (with init)
// led_rx.off();
// led_tx.off();
}
void debug_indicate_error_update() {
// TODO: Indicate error, but don't import all of PAL (with init)
// led_rx.toggle();
// led_tx.toggle();
}