Skip to content

Commit

Permalink
Uncommented FlashBoot related code after fix provided
Browse files Browse the repository at this point in the history
  • Loading branch information
romanjoe committed Sep 19, 2019
1 parent 988328a commit b2c1855
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -274,7 +274,7 @@ __STATIC_INLINE void init_cycfg_power(void)

/* Configure core regulator */
#if CY_CFG_PWR_USING_LDO
//Cy_SysPm_LdoSetVoltage(CY_SYSPM_LDO_VOLTAGE_LP);
Cy_SysPm_LdoSetVoltage(CY_SYSPM_LDO_VOLTAGE_LP);
Cy_SysPm_LdoSetMode(CY_SYSPM_LDO_MODE_NORMAL);
#else
Cy_SysPm_BuckEnable(CY_SYSPM_BUCK_OUT1_VOLTAGE_LP);
Expand Down

0 comments on commit b2c1855

Please sign in to comment.