fixed buffering of pace changes and general cleaning

This commit is contained in:
Simen Svale Skogsrud
2009-02-08 20:40:24 +01:00
parent 8a0c9fd180
commit c07a322589
5 changed files with 64 additions and 44 deletions

2
main.c
View File

@ -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 */