Skip to content

Commit 6d44754

Browse files
Update app/power/power.cpp
Co-authored-by: Sebastian Romero <s.romero.zh@gmail.com>
1 parent a3d2615 commit 6d44754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/power/power.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ static void portenta_power_init() {
8787
data[1]=0x0;
8888
i2c.write(8 << 1, data, sizeof(data));
8989

90-
// SW2 turn off before config (SW2_VOLT_CTRL)
90+
// SW2 turn off before config (turned on by OTP settings) (SW2_CTRL)
9191
data[0]=0x3B;
9292
data[1]=0x0;
9393
i2c.write(8 << 1, data, sizeof(data));

0 commit comments

Comments
 (0)