summaryrefslogtreecommitdiff
path: root/firmware/src/picc/poti.h
diff options
context:
space:
mode:
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