summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/pca10056/board_pca10056.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/hw/bsp/pca10056/board_pca10056.h b/hw/bsp/pca10056/board_pca10056.h
index 86544fcc1..53a904d5f 100644
--- a/hw/bsp/pca10056/board_pca10056.h
+++ b/hw/bsp/pca10056/board_pca10056.h
@@ -44,7 +44,11 @@
extern "C" {
#endif
-#define BOARD_LED_NUM 1
+#define BOARD_LED_NUM 1
+
+// Flash type used for MSC example
+//#define BOARD_FLASH_QSPI
+#define BOARD_MSC_FLASH_RAM
#ifdef __cplusplus
}