From 66e911149ac72980ff0a00d949faba50fe28d1d3 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Fri, 23 Oct 2009 23:04:03 +0000 Subject: Passing the ARDUINO constant from the IDE to avr-gcc as a command line argument (so I don't forget to update the version in the .h file). --- cores/arduino/wiring.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cores') diff --git a/cores/arduino/wiring.h b/cores/arduino/wiring.h index df7c314..e6dcde1 100755 --- a/cores/arduino/wiring.h +++ b/cores/arduino/wiring.h @@ -32,10 +32,6 @@ extern "C"{ #endif -#ifndef ARDUINO -#define ARDUINO 18 -#endif - #define HIGH 0x1 #define LOW 0x0 -- cgit v1.2.3-18-g5258