Skip to content

Commit

Permalink
Update the psoc6 pal to work properly with the 62S2 kits
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushev committed Aug 1, 2022
1 parent a07cb35 commit c7228a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cyhal_i2c_t i2c_master_obj;
pal_psoc_gpio_t optiga_vdd_config =
{
.port_num = OPTIGA_TRUSTM_VDD,
.init_state = false
.init_state = true
};
#endif

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cyhal_i2c_t i2c_master_obj;
pal_psoc_gpio_t optiga_vdd_config =
{
.port_num = OPTIGA_TRUSTM_VDD,
.init_state = false
.init_state = true
};
#endif

Expand Down

0 comments on commit c7228a2

Please sign in to comment.