summaryrefslogtreecommitdiff
path: root/firmware/src/picc/tc_fdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/src/picc/tc_fdt.h')
-rw-r--r--firmware/src/picc/tc_fdt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/picc/tc_fdt.h b/firmware/src/picc/tc_fdt.h
index b39b935..db0a5c2 100644
--- a/firmware/src/picc/tc_fdt.h
+++ b/firmware/src/picc/tc_fdt.h
@@ -4,6 +4,6 @@
#include <sys/types.h>
extern void tc_fdt_init(void);
-extern void tc_fdt_set(u_int16_t count);
+extern void tc_fdt_set(uint16_t count);
#endif
personal git repositories of Harald Welte. Your mileage may vary