Skip to content

Commit 6142b1b

Browse files
authored
Merge pull request #10 from kostorr/cru-tempreg-upd
Update temperature register for the CRU
2 parents a9dd4d3 + f38cde0 commit 6142b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Cru/Constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static constexpr Register DEBUG_READ_WRITE(0x410);
9999
/// Temperature control & read register
100100
/// The lower 10 bits contain the temperature value
101101
/// Must be accessed on BAR 2
102-
static constexpr Register TEMPERATURE(0x200028);
102+
static constexpr Register TEMPERATURE(0x00010008);
103103

104104
/// Register containing the firmware Git hash
105105
/// Must be accessed on BAR 2

0 commit comments

Comments
 (0)