cc2420: remove unused variables
This commit is contained in:
parent
7c5977d9f7
commit
d150de227f
@ -96,9 +96,6 @@ static const struct output_config output_power[] = {
|
||||
|
||||
void cc2420_arch_init(void);
|
||||
|
||||
/* XXX hack: these will be made as Chameleon packet attributes */
|
||||
rtimer_clock_t cc2420_time_of_arrival, cc2420_time_of_departure;
|
||||
|
||||
int cc2420_authority_level_of_sender;
|
||||
|
||||
volatile uint8_t cc2420_sfd_counter;
|
||||
|
@ -102,9 +102,6 @@ int cc2420_get_txpower(void);
|
||||
*/
|
||||
int cc2420_interrupt(void);
|
||||
|
||||
/* XXX hack: these will be made as Chameleon packet attributes */
|
||||
extern rtimer_clock_t cc2420_time_of_arrival,
|
||||
cc2420_time_of_departure;
|
||||
extern int cc2420_authority_level_of_sender;
|
||||
|
||||
int cc2420_on(void);
|
||||
|
Loading…
Reference in New Issue
Block a user