Create a define __ARDUINO__ so we can manage current Arduino-only driver modifications. (Assuming we may want to change these at a later date and it's better to preserve the existing code.)

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@32 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 17 years ago
parent 26ad716ba2
commit 6268437cf2

@ -12,6 +12,7 @@
* attribute for mcu ( types, ... )
***************************************************/
//#include "mcu_define.h"
#define __ARDUINO__ 1
#define __MCU_AVR__ 1
#define __MCU_TYPE__ __MCU_AVR__

Loading…
Cancel
Save