We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99c49da commit f38cde0Copy full SHA for f38cde0
src/Cru/Constants.h
@@ -99,7 +99,7 @@ static constexpr Register DEBUG_READ_WRITE(0x410);
99
/// Temperature control & read register
100
/// The lower 10 bits contain the temperature value
101
/// Must be accessed on BAR 2
102
-static constexpr Register TEMPERATURE(0x200028);
+static constexpr Register TEMPERATURE(0x00010008);
103
104
/// Register containing the firmware Git hash
105
0 commit comments