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

Powermeter fixes

This commit is contained in:
Bertrand Songis 2019-03-20 09:53:14 +01:00
parent 45500b062d
commit 6277717c16
5 changed files with 15 additions and 11 deletions

View file

@ -1209,8 +1209,8 @@ union ReusableBuffer
struct
{
uint32_t freq;
uint32_t power;
uint32_t peak;
int16_t power;
int16_t peak;
} powerMeter;
struct