We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7ecd1 commit 0988ff5Copy full SHA for 0988ff5
framework_lib/src/power.rs
@@ -731,19 +731,19 @@ pub fn get_and_print_pd_info(ec: &CrosEc) {
731
port,
732
match port {
733
0 => "Right Back",
734
- 1 => "Right Front",
735
- 2 =>
+ 1 =>
736
if fl16 {
737
- "Left Middle"
+ "Right Middle"
738
} else {
739
- "Left Front"
+ "Right Front"
740
},
741
- 3 =>
+ 2 =>
742
743
"Left Middle"
744
745
- "Left Back"
+ "Left Front"
746
+ 3 => "Left Back",
747
_ => "??",
748
}
749
);
0 commit comments