Add to 11U68 11E68

Dependencies:   DirectoryList MODSERIAL mbed

Fork of ika_shouyu_poppoyaki by Tedd OKANO

Revision:
22:bd98a782fba6
Parent:
12:5a33b5d39792
Child:
26:a63e73885b21
--- a/target_table.h	Fri Sep 13 03:09:09 2013 +0000
+++ b/target_table.h	Fri Sep 13 03:34:43 2013 +0000
@@ -1,3 +1,7 @@
+#ifndef MBED_ISP__TARGET_TABLE__
+#define MBED_ISP__TARGET_TABLE__
+
+
 
 #define     NOT_FOUND   0
 
@@ -20,3 +24,4 @@
 
 target_param *find_target_param( char *device_id_string );
 
+#endif