general clean up after refactoring

This commit is contained in:
Simen Svale Skogsrud
2010-03-03 13:04:51 +01:00
parent 49ca861dc0
commit 7e152851cc
8 changed files with 18 additions and 180 deletions

View File

@@ -27,8 +27,6 @@
// Initialize the serial protocol
void sp_init();
// Called by motion control just before the motion starts
void sp_send_execution_marker();
// Read command lines from the serial port and execute them as they
// come in. Blocks until the serial buffer is emptied.
void sp_process();