Skip to content

Commit b5cada0

Browse files
Update app/power/power.cpp
Co-authored-by: Sebastian Romero <[email protected]>
1 parent 8d6e143 commit b5cada0

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
@@ -107,7 +107,7 @@ static void portenta_power_init() {
107107
data[1]=0xF;
108108
i2c.write(8 << 1, data, sizeof(data));
109109

110-
// SW2 turn back ON (SW2_VOLT_CTRL)
110+
// SW2 turn back ON (SW2_CTRL)
111111
data[0]=0x3B;
112112
data[1]=0xF;
113113
i2c.write(8 << 1, data, sizeof(data));

0 commit comments

Comments
 (0)