mirror of https://github.com/arendst/Tasmota.git
Fixed compiler errors
Missing #endif oops Vestigial function call
This commit is contained in:
parent
fa7440fb9a
commit
ec984ab841
|
@ -417,7 +417,6 @@ void SM16716_Update(uint8_t duty_r, uint8_t duty_g, uint8_t duty_b)
|
|||
SM16716_SendByte(0);
|
||||
SM16716_SendByte(0);
|
||||
SM16716_SendByte(0);
|
||||
SM16716_Show_State();
|
||||
}
|
||||
|
||||
bool SM16716_ModuleSelected(void)
|
||||
|
@ -450,6 +449,8 @@ bool SM16716_Init(void)
|
|||
return true;
|
||||
}
|
||||
|
||||
#endif // ifdef USE_SM16716
|
||||
|
||||
/********************************************************************************************/
|
||||
|
||||
void LightInit(void)
|
||||
|
|
Loading…
Reference in New Issue