Code style fixes: cc2530dk examples
This commit is contained in:
parent
351a4d39b9
commit
594ba9a0ed
10 changed files with 38 additions and 35 deletions
|
@ -33,7 +33,7 @@ PROCESS_THREAD(hello_world_process, ev, data)
|
|||
|
||||
if(ev == PROCESS_EVENT_TIMER) {
|
||||
printf("Sensor says #%u\n", count);
|
||||
count ++;
|
||||
count++;
|
||||
|
||||
etimer_reset(&et_hello);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue