From fa2089b8a36ee540124b2e670dd21a3fceb54cf2 Mon Sep 17 00:00:00 2001 From: TPH Date: Fri, 13 Sep 2019 11:14:44 +0100 Subject: [PATCH] Revert "command_parser: fix typo" Keep PR to one issue at a time! This reverts commit 34f09030e55d8deaf7a305a7e8104f9ea8abe019. --- firmware/src/command_parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/src/command_parser.rs b/firmware/src/command_parser.rs index acdfd60..f44f305 100644 --- a/firmware/src/command_parser.rs +++ b/firmware/src/command_parser.rs @@ -108,7 +108,7 @@ impl Command { )), Disable => Ok(Command::Channel( channel as u8, - ChannelCommand::Disable + ChannelCommand::Enable )), ] }