AD7172: fix typo in comment [NFC] #1

Closed
hartytp wants to merge 3 commits from hartytp/ionpak-thermostat:master into master
Showing only changes of commit fa2089b8a3 - Show all commits

View File

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