Fixed compiler errors

Missing #endif oops
Vestigial function call
This commit is contained in:
Colin Kuebler 2019-01-30 17:32:17 -05:00
parent fa7440fb9a
commit ec984ab841
1 changed files with 2 additions and 1 deletions

View File

@ -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)