Remove RGB controllers argument from standard detector

This commit is contained in:
Adam Honse committed 2023-01-26 20:36:02 -06:00
1 parent 060567548f
commit 92f0720639
30 files changed
+35 -51

No files matched your search

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