renamed protocol methods to reflect the new module name
This commit is contained in:
parent
85f62111b5
commit
6893463e80
4 changed files with 8 additions and 8 deletions
|
|
@ -21,10 +21,10 @@
|
|||
#define serial_h
|
||||
|
||||
// Initialize the serial protocol
|
||||
void sp_init();
|
||||
void protocol_init();
|
||||
|
||||
// Read command lines from the serial port and execute them as they
|
||||
// come in. Blocks until the serial buffer is emptied.
|
||||
void sp_process();
|
||||
void protocol_process();
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue