Fix compiler warning

This commit is contained in:
ToniA 2015-11-09 19:57:45 +02:00
parent 24e1521230
commit 9c1b812858
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ SharpHeatpumpIR::SharpHeatpumpIR() : HeatpumpIR()
void SharpHeatpumpIR::send(IRSender& IR, uint8_t powerModeCmd, uint8_t operatingModeCmd, uint8_t fanSpeedCmd, uint8_t temperatureCmd, uint8_t swingVCmd, uint8_t swingHCmd)
{
(void)swingVCmd;
(void)swingHCmd;
// Sensible defaults for the heat pump mode
uint8_t powerMode = SHARP_AIRCON1_MODE_ON;