We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2ebd16 commit 70c51abCopy full SHA for 70c51ab
Controllers/HyperXDRAMController/HyperXDRAMController.h
@@ -188,8 +188,8 @@ enum
188
static const unsigned char slot_base[4] =
189
{
190
HYPERX_REG_SLOT0_LED0_RED, /* SPD 0x50 maps to slot 0 */
191
- HYPERX_REG_SLOT1_LED0_RED, /* SPD 0x51 maps to slot 1 */
192
- HYPERX_REG_SLOT2_LED0_RED, /* SPD 0x52 maps to slot 2 */
+ HYPERX_REG_SLOT2_LED0_RED, /* SPD 0x51 maps to slot 2 */
+ HYPERX_REG_SLOT1_LED0_RED, /* SPD 0x52 maps to slot 1 */
193
HYPERX_REG_SLOT3_LED0_RED /* SPD 0x53 maps to slot 3 */
194
};
195
0 commit comments