Frank Vannieuwkerke / SPI_TFT_ILI9320

Dependencies:   BurstSPI

Dependents:   KL25Z_ILI9320_Demo Mini-DK

Revision:
3:a016fe71ed72
Parent:
0:630b4da97968
--- a/IAP/IAP.cpp	Wed May 22 11:40:28 2013 +0000
+++ b/IAP/IAP.cpp	Tue Mar 18 18:59:54 2014 +0000
@@ -23,6 +23,7 @@
  *        revision 2.1  26-Nov-2012   EEPROM access code imported from Suga koubou san's (http://mbed.org/users/okini3939/) library
  *                                            http://mbed.org/users/okini3939/code/M0_EEPROM_test/
  */
+#if defined(TARGET_LPC11U24) || defined(TARGET_LPC1768)
 
 #include    "mbed.h"
 #include    "IAP.h"
@@ -269,3 +270,5 @@
     return ( (int)IAP_result[ 0 ] );
 }
 #endif
+#endif // TARGET_LPC1768 - TARGET_LPC11U24
+