From cd94d8dc6ed0e59f707c54636a9c8ae900d3aa17 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 10 Jul 2010 21:07:51 +0000 Subject: INTERNAL -> INTERNAL1V1 AND INTERNAL2V56 on the Mega (issue #194). --- cores/arduino/wiring.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cores/arduino') diff --git a/cores/arduino/wiring.h b/cores/arduino/wiring.h index edc9704..d0ce1c3 100755 --- a/cores/arduino/wiring.h +++ b/cores/arduino/wiring.h @@ -57,7 +57,12 @@ extern "C"{ #define FALLING 2 #define RISING 3 +#if defined(__AVR_ATmega1280__) +#define INTERNAL1V1 2 +#define INTERNAL2V56 3 +#else #define INTERNAL 3 +#endif #define DEFAULT 1 #define EXTERNAL 0 -- cgit v1.2.3-18-g5258