PS_16_DZ: fix define in xdrv04

This commit is contained in:
Joel Stein 2018-11-24 04:09:57 +01:00
parent dfc154ab16
commit 55b287d6da

View File

@ -841,11 +841,11 @@ void LightAnimate(void)
LightSerial2Duty(cur_col[0],cur_col[1]);
}
#endif // USE_ARMTRONIX_DIMMERS
#ifdef USE_PS16DZ_DIMMERS
#ifdef USE_PS_16_DZ
if (light_type == LT_SERIAL3) {
PS16DZSerialDuty(cur_col[0]);
}
#endif // USE_PS16DZ_DIMMERS
#endif // USE_PS_16_DZ
}
}