Skip to content

Commit f8de129

Browse files
committed
[crorc] Update optical power register address
1 parent b9bbf18 commit f8de129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Crorc/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ static constexpr uint32_t LINK_DOWN(0x00002000);
408408
// Odd link number, bits [31-16], even link number bits [15-0]
409409
static constexpr Register OPT_POWER_QSFP10(0x00000144);
410410
static constexpr Register OPT_POWER_QSFP32(0x00000148);
411-
static constexpr Register OPT_POWER_QSFP54(0x00000158);
411+
static constexpr Register OPT_POWER_QSFP54(0x00000154);
412412

413413
// Registers for RX FIFO configuration
414414
static constexpr Register RX_FIFO_ADDR_LOW(0x00000038);

0 commit comments

Comments
 (0)