Remove RGB controllers argument from standard detector

This commit is contained in:
Adam Honse 2023-01-26 20:19:45 -06:00
parent 060567548f
commit 92f0720639
30 changed files with 35 additions and 51 deletions

View file

@ -201,7 +201,7 @@ static const char *led_names[] =
* *
\******************************************************************************************/
void DetectDebugControllers(std::vector<RGBController*> &rgb_controllers)
void DetectDebugControllers()
{
json debug_settings;