Skip to content

Commit 681eb66

Browse files
committed
Fixed DCDC2 output voltage register
1 parent 32ffdcd commit 681eb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/espressif/pmic/axp192/axp192.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#define AXP192_DCDC13_LDO23_CTRL_DCDC3 0b00000010
5454
#define AXP192_DCDC13_LDO23_CTRL_DCDC1 0b00000001
5555

56-
#define AXP192_DCDC2_OUT_VOLTAGE 0x25
56+
#define AXP192_DCDC2_OUT_VOLTAGE 0x23
5757

5858
#define AXP192_DCDC1_OUT_VOLTAGE 0x26
5959
#define AXP192_DCDC1_OUT_VOLTAGE_3_350V 0b01101010

0 commit comments

Comments
 (0)