Skip to content

Commit

Permalink
Merge pull request #23 from sehaas/fix_usb_name
Browse files Browse the repository at this point in the history
fix incorrect port name
  • Loading branch information
JohnAZoidberg authored Nov 14, 2023
2 parents 31bb560 + df672e7 commit 491a587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework_lib/src/power.rs
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ pub fn get_and_print_pd_info(ec: &CrosEc) {
if fl16 {
"Left Middle"
} else {
"Right Front"
"Left Back"
},
_ => "??",
}
Expand Down

0 comments on commit 491a587

Please sign in to comment.