mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-12 07:49:32 -05:00
Merge pull request #357 from ArjanOnwezen/ui_adsb_rx_hpp_warning_fix
ui_adsb_rx.hpp compiler warning fix
This commit is contained in:
commit
a95c3a3e63
@ -49,7 +49,7 @@ struct AircraftRecentEntry {
|
|||||||
uint16_t hits { 0 };
|
uint16_t hits { 0 };
|
||||||
uint32_t age { 0 };
|
uint32_t age { 0 };
|
||||||
adsb_pos pos { false, 0, 0, 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_even { };
|
||||||
ADSBFrame frame_pos_odd { };
|
ADSBFrame frame_pos_odd { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user