Skip to content

Commit 8d6e143

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

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
@@ -102,7 +102,7 @@ static void portenta_power_init() {
102102
data[1]=0x7;
103103
i2c.write(8 << 1, data, sizeof(data));
104104

105-
// SW1 turn back ON (SW1_VOLT_CTRL)
105+
// SW1 turn back ON (SW1_CTRL)
106106
data[0]=0x35;
107107
data[1]=0xF;
108108
i2c.write(8 << 1, data, sizeof(data));

0 commit comments

Comments
 (0)