mirror of
https://github.com/CalcProgrammer1/OpenRGB.git
synced 2026-05-08 06:34:14 -04:00
HyperX controller to use DIMM_DETECTOR
This commit is contained in:
@@ -52,6 +52,15 @@ uint16_t SPDWrapper::jedec_id()
|
||||
return accessor->jedec_id();
|
||||
}
|
||||
|
||||
uint8_t SPDWrapper::manufacturer_data(uint16_t index)
|
||||
{
|
||||
if(accessor == nullptr)
|
||||
{
|
||||
return 0x00;
|
||||
}
|
||||
return accessor->manufacturer_data(index);
|
||||
}
|
||||
|
||||
/*-------------------------------------------------------------------------*\
|
||||
| Helper functions for easier collection handling. |
|
||||
\*-------------------------------------------------------------------------*/
|
||||
|
||||
Reference in New Issue
Block a user