Skip to content

Commit 7b82147

Browse files
committed
power: Fix position of port 3
Fixes: #221 Signed-off-by: Daniel Schaefer <[email protected]>
1 parent bba3daa commit 7b82147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework_lib/src/power.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ pub fn get_and_print_pd_info(ec: &CrosEc) {
740740
},
741741
3 =>
742742
if fl16 {
743-
"Left Middle"
743+
"Left Back"
744744
} else {
745745
"Left Back"
746746
},

0 commit comments

Comments
 (0)