Fix AFHDS2A RX

This commit is contained in:
Pascal Langer
2021-01-12 14:02:13 +01:00
parent 30e3e84066
commit b516bb8d20
3 changed files with 2 additions and 5 deletions

View File

@@ -392,7 +392,7 @@ void A7105_Init(void)
A7105_Regs=(uint8_t*)FLYSKY_A7105_regs;
#endif
#if defined(AFHDS2A_A7105_INO) || defined(AFHDS2A_RX_A7105_INO)
if(protocol==PROTO_AFHDS2A)
if(protocol==PROTO_AFHDS2A || protocol==PROTO_AFHDS2A_RX)
A7105_Regs=(uint8_t*)AFHDS2A_A7105_regs;
#endif
#ifdef KYOSHO_A7105_INO