Fixed all the warnings I could
This commit is contained in:
parent
75fd43c131
commit
1cfd60261e
8 changed files with 23 additions and 23 deletions
|
|
@ -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 |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue