PS_16_DZ: fix define in xdrv04
This commit is contained in:
parent
dfc154ab16
commit
55b287d6da
@ -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
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user