Skip to content

Commit 1d8595f

Browse files
committed
[crorc] Revert to correct fw register
1 parent 1784922 commit 1d8595f

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
@@ -360,7 +360,7 @@ static constexpr Register I2C_CMD(0x000000D0);
360360
static constexpr Register CFG_CONTROL(0x000001F0);
361361

362362
// Register that contains the firmware hash
363-
static constexpr Register FIRMWARE_HASH(0x000001Cc);
363+
static constexpr Register FIRMWARE_HASH(0x0000019C);
364364

365365
// CRORC Control & Status Register
366366
static constexpr Register CRORC_CSR(0x00000000);

0 commit comments

Comments
 (0)