From e420b4fa629c86ce724ee319b94325e3ecfac38d Mon Sep 17 00:00:00 2001 From: BAUDIN <jjbaudin@gmail.com> Date: Thu, 26 Jun 2014 11:52:32 +0200 Subject: [PATCH] Fixing Analog Reference values --- cores/arduino/wiring_analog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cores/arduino/wiring_analog.h b/cores/arduino/wiring_analog.h index 006e5b94..c02ac7fd 100644 --- a/cores/arduino/wiring_analog.h +++ b/cores/arduino/wiring_analog.h @@ -31,8 +31,8 @@ extern "C" { typedef enum _eAnalogReference { AR_DEFAULT, - INTERNAL, - EXTERNAL + AR_INTERNAL, + AR_EXTERNAL } eAnalogReference ; -- GitLab