summaryrefslogtreecommitdiff
path: root/firmware/src/picc/poti.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/picc/poti.h
parent5a40e2fed18ed75c7b8d62f52cf4a7c660a8e026 (diff)
convert from u_int*_t to uint*_t
Diffstat (limited to 'firmware/src/picc/poti.h')
-rw-r--r--firmware/src/picc/poti.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/src/picc/poti.h b/firmware/src/picc/poti.h
index 92ec00d..0d238a3 100644
--- a/firmware/src/picc/poti.h
+++ b/firmware/src/picc/poti.h
@@ -1,7 +1,7 @@
#ifndef _POTI_H
#define _POTI_H
-extern void poti_comp_carr(u_int8_t position);
+extern void poti_comp_carr(uint8_t position);
extern void poti_init(void);
#endif
personal git repositories of Harald Welte. Your mileage may vary