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
Parent 34f09030e5
révision fa2089b8a3
1 fichiers modifiés avec 1 ajouts et 1 suppressions

Voir le fichier

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