Fixed typos and a stray printf. Adjusted comments

This commit is contained in:
George Oikonomou 2012-07-16 12:55:39 +01:00
parent b43dad00b0
commit 8699f7741d
3 changed files with 4 additions and 3 deletions

View file

@ -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();