Skip to content

Commit

Permalink
fix(boards): Fix battery ADC channel for Mikoto
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiayang authored and petejohanson committed May 9, 2022
1 parent eca37b6 commit 19cc96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/arm/mikoto/mikoto_520.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
vbatt: vbatt {
compatible = "zmk,battery-voltage-divider";
label = "BATTERY";
io-channels = <&adc 2>;
io-channels = <&adc 1>;
output-ohms = <10000000>;
full-ohms = <(10000000 + 4000000)>;
};
Expand Down

0 comments on commit 19cc96b

Please sign in to comment.