aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring.h
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2009-10-23 23:04:03 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2009-10-23 23:04:03 +0000
commit66e911149ac72980ff0a00d949faba50fe28d1d3 (patch)
tree30fd7c3913c77542b87ea7f743a5073510d76c88 /cores/arduino/wiring.h
parent8df0f630267d991388e8e08ce0caae473a3721ce (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/arduino/wiring.h')
-rwxr-xr-xcores/arduino/wiring.h4
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