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

@@ -82,7 +82,7 @@ void reset_cpu(void);
uint8_t read_irq(void);
void slp_tr(void);
void led(int on);
void led(bool on);
void panic(void);
uint64_t timer_read(void);