mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-09 15:38:59 +00:00
rx callback
This commit is contained in:
parent
ea2646e5ec
commit
eed8544a0d
@ -124,6 +124,8 @@ volatile packet_t* get_free_packet(void);
|
||||
void free_packet(volatile packet_t *p);
|
||||
void free_all_packets(void);
|
||||
|
||||
extern void maca_rx_callback(volatile packet_t *p) __attribute__((weak));
|
||||
|
||||
/******************************************************************************/
|
||||
/* everything under this comment is messy, needs cleaning, and will */
|
||||
/* probably change in the future */
|
||||
|
Loading…
x
Reference in New Issue
Block a user