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 c3e5d91 commit 314283aCopy full SHA for 314283a
Controllers/AuraSMBusController/AuraSMBusControllerDetect.cpp
@@ -20,12 +20,13 @@ static void Sleep(unsigned int milliseconds)
20
/*----------------------------------------------------------------------*\
21
| This list contains the available SMBus addresses for mapping Aura RAM |
22
\*----------------------------------------------------------------------*/
23
-#define AURA_RAM_ADDRESS_COUNT 21
+#define AURA_RAM_ADDRESS_COUNT 22
24
25
static const unsigned char aura_ram_addresses[] =
26
{
27
0x70,
28
0x71,
29
+ 0x72,
30
0x73,
31
0x74,
32
0x75,
0 commit comments