Added 0x3A to the Aura Ram Address list

This commit is contained in:
crashniels
2020-07-25 04:44:16 +02:00
committed by Adam Honse
parent 1ee3a7c3e2
commit 5e0b1fa3cc

View File

@@ -11,7 +11,7 @@ using namespace std::chrono_literals;
/*----------------------------------------------------------------------*\
| This list contains the available SMBus addresses for mapping Aura RAM |
\*----------------------------------------------------------------------*/
#define AURA_RAM_ADDRESS_COUNT 22
#define AURA_RAM_ADDRESS_COUNT 23
static const unsigned char aura_ram_addresses[] =
{
@@ -34,6 +34,7 @@ static const unsigned char aura_ram_addresses[] =
0x66,
0x67,
0x39,
0x3A,
0x3B,
0x3C,
0x3D