changed name convention

This commit is contained in:
lkoester 2023-02-16 16:37:28 +01:00
parent 260ec364e2
commit 8a025c84b1

View File

@ -59,11 +59,11 @@ impl ModeCommand {
self.mode_submode
}
pub fn get_mode(&self) -> u32 {
pub fn mode(&self) -> u32 {
self.mode_submode.mode
}
pub fn get_submode(&self) -> u16 {
pub fn submode(&self) -> u16 {
self.mode_submode.submode
}
}