1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 16:55:20 +03:00

Spectrum analyser fixes

Compatibily issue when telemetry comes from int + ext modules
This commit is contained in:
Bertrand Songis 2019-04-29 11:52:17 +02:00
parent 14c282110d
commit d70f3a40ef
12 changed files with 13 additions and 39 deletions

View file

@ -1202,7 +1202,7 @@ union ReusableBuffer
struct
{
uint8_t bars[LCD_W];
int8_t bars[LCD_W];
uint32_t freq;
uint32_t span;
uint32_t step;