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 34f09030e5 - Show all commits

View File

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