Remove 0x66 from the Aura motherboard list as it is also in the Aura RAM list and gets double-detected if it exists

This commit is contained in:
Adam Honse 2020-04-04 20:48:16 -05:00
parent a50049e63b
commit 72482d4ff9

View file

@ -51,14 +51,13 @@ static const unsigned char aura_ram_addresses[] =
/*---------------------------------------------------------------------------------*\
| This list contains the available SMBus addresses for mapping Aura motherboards |
\*---------------------------------------------------------------------------------*/
#define AURA_MOBO_ADDRESS_COUNT 4
#define AURA_MOBO_ADDRESS_COUNT 3
static const unsigned char aura_mobo_addresses[] =
{
0x40,
0x4E,
0x4F,
0x66
0x4F
};
/******************************************************************************************\