Fixed typos and a stray printf. Adjusted comments
This commit is contained in:
parent
b43dad00b0
commit
8699f7741d
|
@ -1,6 +1,7 @@
|
|||
/**
|
||||
* \file
|
||||
* Driver for the cc2430 DMA controller. Can be assigned to any bank
|
||||
* Driver for the cc2530 DMA controller. Derived from the cc2430
|
||||
* equivalent
|
||||
*
|
||||
* \author
|
||||
* Original: Martti Huttunen <martti@sensinode.com>
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
/*---------------------------------------------------------------------------*/
|
||||
static __data struct timer debouncetimer;
|
||||
/*---------------------------------------------------------------------------*/
|
||||
/* Button 1 - SmartRT and cc2531 USb Dongle */
|
||||
/* Button 1 - SmartRF and cc2531 USB Dongle */
|
||||
/*---------------------------------------------------------------------------*/
|
||||
static
|
||||
int value_b1(int type)
|
||||
|
|
Loading…
Reference in a new issue