diff options
author | David A. Mellis <d.mellis@arduino.cc> | 2009-09-13 17:57:17 +0000 |
---|---|---|
committer | David A. Mellis <d.mellis@arduino.cc> | 2009-09-13 17:57:17 +0000 |
commit | 8df0f630267d991388e8e08ce0caae473a3721ce (patch) | |
tree | 1426463b360b2b1f590d8f33967a84f34eca9eeb /cores/arduino/wiring.h | |
parent | 76737d4e28aec9d9c565ee1d8f0a4363c2c1b851 (diff) |
Updating ARDUINO to 0018 (in wiring.h).
Diffstat (limited to 'cores/arduino/wiring.h')
-rwxr-xr-x | cores/arduino/wiring.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cores/arduino/wiring.h b/cores/arduino/wiring.h index f0ba04c..df7c314 100755 --- a/cores/arduino/wiring.h +++ b/cores/arduino/wiring.h @@ -33,7 +33,7 @@ extern "C"{ #endif #ifndef ARDUINO -#define ARDUINO 16 +#define ARDUINO 18 #endif #define HIGH 0x1 |