Skip to content

Commit 70c51ab

Browse files
Change order of HyperX DRAM so that sticks are in order
1 parent d2ebd16 commit 70c51ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Controllers/HyperXDRAMController/HyperXDRAMController.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ enum
188188
static const unsigned char slot_base[4] =
189189
{
190190
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 */
191+
HYPERX_REG_SLOT2_LED0_RED, /* SPD 0x51 maps to slot 2 */
192+
HYPERX_REG_SLOT1_LED0_RED, /* SPD 0x52 maps to slot 1 */
193193
HYPERX_REG_SLOT3_LED0_RED /* SPD 0x53 maps to slot 3 */
194194
};
195195

0 commit comments

Comments
 (0)