Fixed typos and a stray printf. Adjusted comments
This commit is contained in:
parent
b43dad00b0
commit
8699f7741d
3 changed files with 4 additions and 3 deletions
|
@ -118,7 +118,7 @@ PROCESS_THREAD(border_router_process, ev, data)
|
|||
}
|
||||
cc2530_rf_channel_get();
|
||||
/* We have created a new DODAG when we reach here */
|
||||
printf("On Channel %u\n", cc2530_rf_channel_get());
|
||||
PRINTF("On Channel %u\n", cc2530_rf_channel_get());
|
||||
|
||||
print_local_addresses();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue