aboutsummaryrefslogtreecommitdiffstats
path: root/core/wiring_analog.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/wiring_analog.c')
-rw-r--r--core/wiring_analog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/wiring_analog.c b/core/wiring_analog.c
index d7d7150..af042a7 100644
--- a/core/wiring_analog.c
+++ b/core/wiring_analog.c
@@ -31,7 +31,7 @@ extern const PinMapping PIN_MAP[NR_MAPLE_PINS];
/* Assumes that the ADC has been initialized and
* that the pin is set to ANALOG_INPUT */
-uint32_t analogRead(uint8_t pin) {
+uint32 analogRead(uint8 pin) {
if (pin >= NR_ANALOG_PINS)
return 0;