fixed interger division bug and related tests, as well as a comment bug

This commit is contained in:
Armas Spann
2022-04-07 01:16:06 +02:00
parent 272be2aaad
commit 3cd6eb13a9
2 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,7 @@ pub enum AuraZone {
/// Default factory modes structure. This easily converts to an USB HID packet with:
/// ```rust
/// let bytes: [u8; LED_MSG_LEN] = mode.into();
/// // let bytes: [u8; LED_MSG_LEN] = mode.into();
/// ```
#[cfg_attr(feature = "dbus", derive(Type))]
#[derive(Debug, Clone, Deserialize, Serialize)]