File tree 3 files changed +2
-2
lines changed
3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 900
900
</config >
901
901
<config id =" config.driver.flash_hp" >
902
902
<property id =" config.driver.flash_hp.param_checking_enable" value =" config.flash_hp.param_checking_enable.bsp" />
903
- <property id =" config.driver.flash_hp.param_code_flash_programming_enable" value =" config.driver.flash_hp.param_code_flash_programming_enable.disabled " />
903
+ <property id =" config.driver.flash_hp.param_code_flash_programming_enable" value =" config.driver.flash_hp.param_code_flash_programming_enable.enabled " />
904
904
<property id =" config.driver.flash_hp.param_data_flash_programming_enable" value =" config.driver.flash_hp.param_data_flash_programming_enable.enabled" />
905
905
</config >
906
906
<config id =" config.driver.lpm" >
Original file line number Diff line number Diff line change 6
6
#endif
7
7
8
8
#define FLASH_HP_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE)
9
- #define FLASH_HP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (0 )
9
+ #define FLASH_HP_CFG_CODE_FLASH_PROGRAMMING_ENABLE (1 )
10
10
#define FLASH_HP_CFG_DATA_FLASH_PROGRAMMING_ENABLE (1)
11
11
12
12
#ifdef __cplusplus
You can’t perform that action at this time.
0 commit comments