Skip to content

Commit 53b6940

Browse files
committed
Uncommented FlashBoot related code after fix provided
1 parent 7625e17 commit 53b6940

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064S2_4343W/COMPONENT_BSP_DESIGN_MODUS/GeneratedSource

1 file changed

+1
-1
lines changed

targets/TARGET_Cypress/TARGET_PSOC6/TARGET_CY8CKIT_064S2_4343W/COMPONENT_BSP_DESIGN_MODUS/GeneratedSource/cycfg_system.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ __STATIC_INLINE void init_cycfg_power(void)
274274

275275
/* Configure core regulator */
276276
#if CY_CFG_PWR_USING_LDO
277-
//Cy_SysPm_LdoSetVoltage(CY_SYSPM_LDO_VOLTAGE_LP);
277+
Cy_SysPm_LdoSetVoltage(CY_SYSPM_LDO_VOLTAGE_LP);
278278
Cy_SysPm_LdoSetMode(CY_SYSPM_LDO_MODE_NORMAL);
279279
#else
280280
Cy_SysPm_BuckEnable(CY_SYSPM_BUCK_OUT1_VOLTAGE_LP);

0 commit comments

Comments
 (0)