Skip to content
Snippets Groups Projects
Commit a97151fe authored by mcsauder's avatar mcsauder Committed by Beat Küng
Browse files

Set default set_publlish() argument to true.

parent 0bd5d6ca
No related branches found
No related tags found
No related merge requests found
......@@ -344,7 +344,7 @@ private:
void send_controls();
void send_heartbeat();
void send_mavlink_message(const mavlink_message_t &aMsg);
void set_publish(const bool publish = false);
void set_publish(const bool publish = true);
void update_sensors(mavlink_hil_sensor_t *imu);
void update_gps(mavlink_hil_gps_t *gps_sim);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment