lots and lots of bugfixes after running on reals hardware for the first time
This commit is contained in:
parent
9799955555
commit
50a9f78088
19 changed files with 827 additions and 368 deletions
|
|
@ -20,7 +20,10 @@
|
|||
#ifndef serial_h
|
||||
#define serial_h
|
||||
|
||||
#define PROMPT ">>>"
|
||||
// A string to let the client know we are ready for a new command
|
||||
#define PROMPT "\r\n>>>"
|
||||
// A character to acknowledge that the execution has started
|
||||
#define EXECUTION_MARKER '~'
|
||||
|
||||
void sp_init();
|
||||
void sp_process();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue