Alternative LED configuration is for AFF3 REV2
This commit is contained in:
parent
b91b7a304d
commit
1040168b9a
|
@ -46,7 +46,7 @@
|
|||
void targetConfiguration(master_t *config)
|
||||
{
|
||||
/* depending on revision ... depends on the LEDs to be utilised. */
|
||||
if (hardwareRevision == AFF3_REV_1) {
|
||||
if (hardwareRevision == AFF3_REV_2) {
|
||||
config->statusLedConfig.polarity = 0
|
||||
#ifdef LED0_A_INVERTED
|
||||
| BIT(0)
|
||||
|
|
Loading…
Reference in New Issue