Skip to content

Commit 66e9111

Browse files
committed
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).
1 parent 8df0f63 commit 66e9111

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cores/arduino/wiring.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
extern "C"{
3333
#endif
3434

35-
#ifndef ARDUINO
36-
#define ARDUINO 18
37-
#endif
38-
3935
#define HIGH 0x1
4036
#define LOW 0x0
4137

0 commit comments

Comments
 (0)