diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-10-23 23:04:03 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-10-23 23:04:03 +0000 |
commit | 66e911149ac72980ff0a00d949faba50fe28d1d3 (patch) | |
tree | 30fd7c3913c77542b87ea7f743a5073510d76c88 /cores | |
parent | 8df0f630267d991388e8e08ce0caae473a3721ce (diff) |
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).
Diffstat (limited to 'cores')
-rwxr-xr-x | cores/arduino/wiring.h | 4 |
1 files changed, 0 insertions, 4 deletions
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 |