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:
parent
a50049e63b
commit
72482d4ff9
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
};
|
||||
|
||||
/******************************************************************************************\
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue