mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-04-18 04:46:58 -04:00
Correct spelling Busses -> Buses
Commits merged by Adam Honse <calcprogrammer1@gmail.com>
This commit is contained in:
@@ -224,7 +224,7 @@ filesystem::path ResourceManager::GetConfigurationDirectory()
|
||||
return(config_dir);
|
||||
}
|
||||
|
||||
std::vector<i2c_smbus_interface*> & ResourceManager::GetI2CBusses()
|
||||
std::vector<i2c_smbus_interface*> & ResourceManager::GetI2CBuses()
|
||||
{
|
||||
return DetectionManager::get()->GetI2CBuses();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user