Some uN_t had crept back in cc2530dk and sensinode.
Changed to uintN_t plus a bit of code formatting
This commit is contained in:
parent
9475737f4b
commit
4f1e251603
9 changed files with 21 additions and 32 deletions
|
@ -111,7 +111,7 @@ PROCESS_THREAD(clock_test_process, ev, data)
|
|||
etimer_reset(&et);
|
||||
|
||||
sec = clock_seconds();
|
||||
printf("%u seconds\n", (u16_t) sec);
|
||||
printf("%u seconds\n", (uint16_t) sec);
|
||||
|
||||
leds_toggle(LEDS_GREEN);
|
||||
i++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue