Skip to content

Commit 314283a

Browse files
cip91skCalcProgrammer1
authored andcommitted
add missing aura ram address
1 parent c3e5d91 commit 314283a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Controllers/AuraSMBusController/AuraSMBusControllerDetect.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ static void Sleep(unsigned int milliseconds)
2020
/*----------------------------------------------------------------------*\
2121
| This list contains the available SMBus addresses for mapping Aura RAM |
2222
\*----------------------------------------------------------------------*/
23-
#define AURA_RAM_ADDRESS_COUNT 21
23+
#define AURA_RAM_ADDRESS_COUNT 22
2424

2525
static const unsigned char aura_ram_addresses[] =
2626
{
2727
0x70,
2828
0x71,
29+
0x72,
2930
0x73,
3031
0x74,
3132
0x75,

0 commit comments

Comments
 (0)