mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-25 06:49:47 -04:00
ui_adsb_rx.hpp compiler warning fix
This commit is contained in:
parent
2ab4ed591d
commit
a3ef7d069e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ struct AircraftRecentEntry {
|
|||
uint16_t hits { 0 };
|
||||
uint32_t age { 0 };
|
||||
adsb_pos pos { false, 0, 0, 0 };
|
||||
adsb_vel velo { false, 0, 999 };
|
||||
adsb_vel velo { false, 0, 999, 0 };
|
||||
ADSBFrame frame_pos_even { };
|
||||
ADSBFrame frame_pos_odd { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue