fixed buffering of pace changes and general cleaning
This commit is contained in:
parent
8a0c9fd180
commit
c07a322589
5 changed files with 64 additions and 44 deletions
2
main.c
2
main.c
|
|
@ -40,7 +40,7 @@ int main(void)
|
|||
sp_init(); // initialize the serial protocol
|
||||
|
||||
for(;;){
|
||||
// sleep_mode();
|
||||
sleep_mode();
|
||||
sp_process(); // process the serial protocol
|
||||
}
|
||||
return 0; /* never reached */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue