1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-17 22:23:10 +03:00

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).

This commit is contained in:
David A. Mellis
2009-10-23 23:04:03 +00:00
parent de28fadf49
commit 6a15e01ff8
3 changed files with 4 additions and 5 deletions

View File

@ -32,10 +32,6 @@
extern "C"{
#endif
#ifndef ARDUINO
#define ARDUINO 18
#endif
#define HIGH 0x1
#define LOW 0x0