Skip to content

Commit 5a26a38

Browse files
committed
framework_lib: EcCurrentImage derive Debug
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 0321d50 commit 5a26a38

File tree

1 file changed

+1
-1
lines changed
  • framework_lib/src/chromium_ec

1 file changed

+1
-1
lines changed

framework_lib/src/chromium_ec/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ pub fn print_err<T>(something: EcResult<T>) -> Option<T> {
974974
}
975975

976976
/// Which of the two EC images is currently in-use
977-
#[derive(PartialEq)]
977+
#[derive(PartialEq, Debug)]
978978
pub enum EcCurrentImage {
979979
Unknown = 0,
980980
RO = 1,

0 commit comments

Comments
 (0)