Fixed all the warnings I could

This commit is contained in:
Cooper Hall 2023-07-06 23:39:19 +00:00 committed by Adam Honse
parent 75fd43c131
commit 1cfd60261e
8 changed files with 23 additions and 23 deletions

View file

@ -43,7 +43,7 @@ std::string SRGBmodsLEDControllerV1::GetSerialString()
return(return_string);
}
void SRGBmodsLEDControllerV1::SetChannelLEDs(unsigned char channel, RGBColor* colors, unsigned int num_colors)
void SRGBmodsLEDControllerV1::SetChannelLEDs(unsigned char /*channel*/, RGBColor* colors, unsigned int num_colors)
{
/*-----------------------------------------------------*\
| Determine number of packets to send |