Skip to content
Snippets Groups Projects
Commit 90af7c0f authored by Carlo Alessandro Nicolau's avatar Carlo Alessandro Nicolau
Browse files

Remove blocking LED activity on error (helps in communicating with CLB).

parent df9d1b64
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ import serial
ASK_CONFIRM = False
SHOW_SENT_DATA = False
SHOW_SENT_DATA = True
SHOW_RECEIVED_DATA = False
UART_DEV = '/dev/ttyUSB0'
......
......@@ -19,6 +19,9 @@ void error_notify(err_t _err) {
// notify one error (probably to remove on final version)
errors_last_error = _err;
// TODO write better code...
return;
// Signal with some LED flashes
// TODO COMMENT OUT error_notify
INTERRUPT_GlobalInterruptDisable();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment