1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2025-04-21 12:27:27 +03:00

atusb/fw/: get rid of some more "int"s

No size change this time.
This commit is contained in:
Werner Almesberger
2013-03-29 19:19:49 -03:00
parent a8db238cbb
commit 647f3c0375
4 changed files with 9 additions and 8 deletions

View File

@@ -17,7 +17,7 @@
#include <stdint.h>
extern int (*mac_irq)(void);
extern bool (*mac_irq)(void);
bool mac_rx(int on);
bool mac_tx(uint16_t flags, uint16_t len);