Skip to content

Commit cee844e

Browse files
committed
GpuVendor: Derive PartialEq
Signed-off-by: Daniel Schaefer <[email protected]>
1 parent 9532636 commit cee844e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework_lib/src/chromium_ec/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ pub enum GpuPcieConfig {
14191419
}
14201420

14211421
#[repr(u8)]
1422-
#[derive(Debug, FromPrimitive)]
1422+
#[derive(Debug, FromPrimitive, PartialEq)]
14231423
pub enum GpuVendor {
14241424
Initializing = 0x00,
14251425
FanOnly = 0x01,

0 commit comments

Comments
 (0)