implement tx_callback

This commit is contained in:
Mariano Alvira 2010-03-26 13:33:49 -04:00
parent 556477e6a0
commit 097922e709
2 changed files with 4 additions and 2 deletions

View file

@ -137,6 +137,7 @@ extern volatile uint8_t fcs_mode;
#define set_fcs_mode(x) fcs_mode = (x)
extern void maca_rx_callback(volatile packet_t *p) __attribute__((weak));
extern void maca_tx_callback(volatile packet_t *p) __attribute__((weak));
/******************************************************************************/
/* everything under this comment is messy, needs cleaning, and will */