From 70c51abff78c5265ceac61c9a34162fb5bfe6fd2 Mon Sep 17 00:00:00 2001 From: Adam Honse Date: Tue, 8 Sep 2020 02:11:28 -0500 Subject: [PATCH] Change order of HyperX DRAM so that sticks are in order --- Controllers/HyperXDRAMController/HyperXDRAMController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Controllers/HyperXDRAMController/HyperXDRAMController.h b/Controllers/HyperXDRAMController/HyperXDRAMController.h index 018e91e71..1a9a2d23b 100644 --- a/Controllers/HyperXDRAMController/HyperXDRAMController.h +++ b/Controllers/HyperXDRAMController/HyperXDRAMController.h @@ -188,8 +188,8 @@ enum static const unsigned char slot_base[4] = { HYPERX_REG_SLOT0_LED0_RED, /* SPD 0x50 maps to slot 0 */ - HYPERX_REG_SLOT1_LED0_RED, /* SPD 0x51 maps to slot 1 */ - 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 */ HYPERX_REG_SLOT3_LED0_RED /* SPD 0x53 maps to slot 3 */ };