mirror of https://github.com/ARMmbed/mbed-os.git
KL27Z: Flash protection macro addition
PR #6468 updated flash driver, but not for KL27Z target (another CPU type). It is missing and leads to build failure. This fixes it.pull/6703/head
parent
cbb10335b4
commit
43d0f17740
|
@ -647,6 +647,8 @@
|
|||
#define FSL_FEATURE_FLASH_PFLASH_BLOCK_DATA_PATH_WIDTH (4)
|
||||
/* @brief P-Flash block swap feature. */
|
||||
#define FSL_FEATURE_FLASH_HAS_PFLASH_BLOCK_SWAP (0)
|
||||
/* @brief P-Flash protection region count. */
|
||||
#define FSL_FEATURE_FLASH_PFLASH_PROTECTION_REGION_COUNT (32)
|
||||
/* @brief Has FlexNVM memory. */
|
||||
#define FSL_FEATURE_FLASH_HAS_FLEX_NVM (0)
|
||||
/* @brief FlexNVM start address. (Valid only if FlexNVM is available.) */
|
||||
|
|
Loading…
Reference in New Issue