Skip to content

Commit

Permalink
Fix #4044
Browse files Browse the repository at this point in the history
  • Loading branch information
shellixyz committed Dec 3, 2018
1 parent 5b00eb7 commit a76a2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/blackbox/blackbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,8 +1257,8 @@ static void writeGPSFrame(timeUs_t currentTimeUs)
blackboxWriteUnsignedVB(gpsSol.hdop);
blackboxWriteUnsignedVB(gpsSol.eph);
blackboxWriteUnsignedVB(gpsSol.epv);
blackboxWriteSignedVBArray(gpsSol.velNED, XYZ_AXIS_COUNT);
blackboxWriteSigned16VBArray(gpsSol.velNED, XYZ_AXIS_COUNT);

gpsHistory.GPS_numSat = gpsSol.numSat;
gpsHistory.GPS_coord[0] = gpsSol.llh.lat;
gpsHistory.GPS_coord[1] = gpsSol.llh.lon;
Expand Down

0 comments on commit a76a2ad

Please sign in to comment.