FreeCalypso > hg > freecalypso-tools
diff target-utils/libcommon/buzzer.c @ 107:4be951811791
target-utils/libcommon: extern u_long strtoul(); added where needed
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Tue, 01 Nov 2016 01:10:33 +0000 |
| parents | 29d0965ebf86 |
| children |
line wrap: on
line diff
--- a/target-utils/libcommon/buzzer.c Tue Nov 01 01:00:43 2016 +0000 +++ b/target-utils/libcommon/buzzer.c Tue Nov 01 01:10:33 2016 +0000 @@ -7,6 +7,8 @@ #include <sys/types.h> #include "types.h" +extern u_long strtoul(); + #define ARMIO_LOAD_TIM (*(volatile u16 *) 0xFFFE4808) #define BUZZ_LIGHT_REG (*(volatile u16 *) 0xFFFE480E) #define BUZZ_LEVEL_REG (*(volatile u16 *) 0xFFFE4812)
