Subdirectory provided by Embedded Artists
Dependencies: DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos mbed-src
Dependents: lpc4088_displaymodule_hello_world_Sept_2018
Fork of DMSupport by
Diff: DMBoard.cpp
- 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;