VCM fix heading conf on reject

This commit is contained in:
emanuel 2023-06-15 15:52:53 +01:00
parent 514201526f
commit 6edf4f3f82
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ static void vcm_reject(VCM_t* vcm, mc_neighbour_s* neighbour) {
lat = epv.space.latitude;
lon = epv.space.longitude;
heading = epv.space.heading;
heading = epv.space.heading_conf;
heading_conf = epv.space.heading_conf;
itss_space_unlock();
uint64_t now = itss_time_get();