'free_packet' in csma.c conflicted with 'free_packet' in maca.c
This commit is contained in:
parent
648d3576a0
commit
4493783ce9
8 changed files with 10 additions and 10 deletions
|
@ -71,7 +71,7 @@ extern volatile uint8_t prm_mode;
|
|||
void tx_packet(volatile packet_t *p);
|
||||
volatile packet_t* rx_packet(void);
|
||||
volatile packet_t* get_free_packet(void);
|
||||
void free_packet(volatile packet_t *p);
|
||||
void maca_free_packet(volatile packet_t *p);
|
||||
void free_all_packets(void);
|
||||
|
||||
extern volatile packet_t *rx_head, *tx_head;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue