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

@ -1,6 +1,7 @@
/** /**
* \file * \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 * \author
* Original: Martti Huttunen <martti@sensinode.com> * Original: Martti Huttunen <martti@sensinode.com>

View File

@ -118,7 +118,7 @@ PROCESS_THREAD(border_router_process, ev, data)
} }
cc2530_rf_channel_get(); cc2530_rf_channel_get();
/* We have created a new DODAG when we reach here */ /* 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(); print_local_addresses();

View File

@ -38,7 +38,7 @@
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
static __data struct timer debouncetimer; static __data struct timer debouncetimer;
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
/* Button 1 - SmartRT and cc2531 USb Dongle */ /* Button 1 - SmartRF and cc2531 USB Dongle */
/*---------------------------------------------------------------------------*/ /*---------------------------------------------------------------------------*/
static static
int value_b1(int type) int value_b1(int type)