Skip to content

Commit 44698c1

Browse files
committed
Small name cleanup
1 parent f133d25 commit 44698c1

File tree

1 file changed

+2
-2
lines changed
  • hid-io-protocol/src/commands

1 file changed

+2
-2
lines changed

hid-io-protocol/src/commands/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,8 +806,8 @@ pub mod h0051 {
806806
#[derive(PartialEq, Eq, Clone, Copy, Debug, TryFromPrimitive)]
807807
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
808808
pub enum LedTestSequence {
809-
ActivateLedShortTest = 0x0002,
810-
ActivateLedOpenCircuitTest = 0x0003,
809+
LedShortTest = 0x0002,
810+
LedOpenCircuitTest = 0x0003,
811811
}
812812

813813
#[repr(u16)]

0 commit comments

Comments
 (0)