fix gps message when position is not correct
[protos/imu.git] / i2c_protocol.c
index 319da9e..cdb7399 100644 (file)
@@ -82,6 +82,7 @@ static void i2c_send_status(void)
        gps_get_pos(&gps_pos);
        IRQ_UNLOCK(irq_flags);
 
+       ans.flags = 0;
        if (gps_pos_valid(&gps_pos)) {
                ans.flags |= IMUBOARD_STATUS_GPS_OK;
                ans.latitude = gps_pos.latitude;