A board support package for the LPC4088 Display Module.

Dependencies:   DM_HttpServer DM_USBHost

Dependents:   lpc4088_displaymodule_emwin lpc4088_displaymodule_demo_sphere sampleGUI sampleEmptyGUI ... more

Fork of DMSupport by EmbeddedArtists AB

Revision:
3:2fa7755f2cef
Parent:
2:887c6b45e7fa
Child:
4:6fdcdf7aff8d
--- a/DMBoard.cpp	Tue Dec 02 15:21:18 2014 +0000
+++ b/DMBoard.cpp	Wed Dec 03 16:17:10 2014 +0000
@@ -226,7 +226,7 @@
       freopen("/null", "w", stdout);
 #endif
 
-#if defined(DM_BOARD_USE_QSPI) && !defined(DM_BOARD_USE_QSPI_FS)
+#if defined(DM_BOARD_USE_QSPI) || defined(DM_BOARD_USE_QSPI_FS)
       if (SPIFI::instance().init() != SPIFI::Ok) {
         err = SpifiError;
         break;