From 6268437cf21a0e70b4fe8042e99f971a4acc2988 Mon Sep 17 00:00:00 2001 From: follower Date: Fri, 2 Nov 2007 11:31:14 +0000 Subject: [PATCH] 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 --- branches/follower/wiz810mj/src/lib/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/branches/follower/wiz810mj/src/lib/types.h b/branches/follower/wiz810mj/src/lib/types.h index 6769ca2..aaa191f 100644 --- a/branches/follower/wiz810mj/src/lib/types.h +++ b/branches/follower/wiz810mj/src/lib/types.h @@ -12,6 +12,7 @@ * attribute for mcu ( types, ... ) ***************************************************/ //#include "mcu_define.h" +#define __ARDUINO__ 1 #define __MCU_AVR__ 1 #define __MCU_TYPE__ __MCU_AVR__