mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-02 19:29:30 +00:00
Fixed typos and a stray printf. Adjusted comments
This commit is contained in:
parent
b43dad00b0
commit
8699f7741d
@ -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>
|
||||||
|
@ -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();
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user