diff options
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 |