diff options
| author | hathach <[email protected]> | 2018-09-07 17:21:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-09-07 17:28:25 +0700 |
| commit | a0ae452987a98dd957b2d62e7b2a07e7eefdcf5f (patch) | |
| tree | cfbbf1e414a03a6fe99cd5cfece25cdb88ced9b9 /hw | |
| parent | d0d75db4de3b7ef7093667138efb1139d43dc5bd (diff) | |
rename example files
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/pca10056/board_pca10056.h | 6 |
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 } |
