* Need to track if this was the incoming interface.
This commit is contained in:
parent
536703d0a2
commit
34b1d02607
2 changed files with 6 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* @(#)$Id: cc2420.h,v 1.4 2007/04/04 11:46:47 bg- Exp $
|
||||
* @(#)$Id: cc2420.h,v 1.5 2007/05/08 08:27:58 bg- Exp $
|
||||
*/
|
||||
|
||||
#ifndef CC2420_H
|
||||
|
@ -110,6 +110,7 @@ extern struct uip_fw_netif cc2420if;
|
|||
|
||||
extern signed char cc2420_last_rssi;
|
||||
extern u8_t cc2420_last_correlation;
|
||||
extern u8_t cc2420_is_input;
|
||||
extern volatile u8_t cc2420_ack_received;
|
||||
|
||||
void cc2420_init(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue