FrSky R9: fix sensors telem?

This commit is contained in:
Pascal Langer
2020-07-04 17:50:05 +02:00
parent 7112f58dae
commit 78421748ba
3 changed files with 4 additions and 4 deletions

View File

@@ -463,7 +463,7 @@ bool frsky_process_telemetry(uint8_t *buffer,uint8_t len)
p->payload[i] = buffer[i+7] ;
}
else
p->count = 0 ; // Discard
p->count = 0 ; // Discard
p->valid = true ;
FrSkyX_RX_Seq = ( FrSkyX_RX_Seq + 1 ) & 0x03 ; // Move to next sequence