formatting
This commit is contained in:
parent
5694310a40
commit
dad9db1b02
6 changed files with 6 additions and 16 deletions
4
main.c
4
main.c
|
|
@ -44,8 +44,8 @@ int main(void)
|
|||
DDRD |= (1<<3)|(1<<4)|(1<<5);
|
||||
|
||||
for(;;){
|
||||
sleep_mode();
|
||||
sp_process(); // process the serial protocol
|
||||
sleep_mode(); // Wait for it ...
|
||||
sp_process(); // ... process the serial protocol
|
||||
}
|
||||
return 0; /* never reached */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue