Revert "command_parser: fix typo"

Keep PR to one issue at a time!

This reverts commit 34f09030e5.
master
TPH 2019-09-13 11:14:44 +01:00
rodič 34f09030e5
revize fa2089b8a3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání

Zobrazit soubor

@ -108,7 +108,7 @@ impl Command {
)),
Disable => Ok(Command::Channel(
channel as u8,
ChannelCommand::Disable
ChannelCommand::Enable
)),
]
}