Remove RGB controllers argument from standard detector
This commit is contained in:
parent
060567548f
commit
92f0720639
30 changed files with 35 additions and 51 deletions
|
|
@ -153,7 +153,7 @@ void RGBController_Faustus::DeviceUpdateMode()
|
|||
DeviceUpdateLEDs();
|
||||
}
|
||||
|
||||
void DetectFaustusControllers(std::vector<RGBController*> &rgb_controllers)
|
||||
void DetectFaustusControllers()
|
||||
{
|
||||
const char* base_path = "/sys/devices/platform/faustus/kbbl";
|
||||
DIR* dir = opendir(base_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue