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 8df0f63026
commit 66e911149a
1 changed files with 0 additions and 4 deletions

View File

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