Merge pull request #357 from ArjanOnwezen/ui_adsb_rx_hpp_warning_fix

ui_adsb_rx.hpp compiler warning fix
This commit is contained in:
Erwin Ried 2021-05-12 02:19:41 +02:00 committed by GitHub
commit a95c3a3e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 { };