summaryrefslogtreecommitdiff
path: root/firmware/src/os/tc_cdiv.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-09-28 17:00:51 +0200
committerHarald Welte <laforge@gnumonks.org>2015-09-28 17:02:22 +0200
commit21391e0bdbe676ab766204eaa0eddd46e529c849 (patch)
treea47c5305e5363c4dff8d4dabdc82750dc877a64b /firmware/src/os/tc_cdiv.h
parent5a40e2fed18ed75c7b8d62f52cf4a7c660a8e026 (diff)
convert from u_int*_t to uint*_t
Diffstat (limited to 'firmware/src/os/tc_cdiv.h')
-rw-r--r--firmware/src/os/tc_cdiv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/os/tc_cdiv.h b/firmware/src/os/tc_cdiv.h
index 4f2bc02..86882fb 100644
--- a/firmware/src/os/tc_cdiv.h
+++ b/firmware/src/os/tc_cdiv.h
@@ -7,7 +7,7 @@
static AT91PS_TCB tcb;
extern void tc_cdiv_phase_add(int16_t inc);
-extern void tc_cdiv_set_divider(u_int16_t div);
+extern void tc_cdiv_set_divider(uint16_t div);
static inline void tc_cdiv_phase_inc(void)
{
personal git repositories of Harald Welte. Your mileage may vary