GCS_MAVLink: coverity scan - variables not initialized in constructor

This commit is contained in:
Tom Pittenger 2016-07-05 13:01:44 -07:00
parent 8d2872d3ab
commit bd8debdf8b

View File

@ -55,7 +55,7 @@ private:
} routes[MAVLINK_MAX_ROUTES];
// a channel mask to block routing as required
uint8_t no_route_mask;
uint8_t no_route_mask = 0;
// learn new routes
void learn_route(mavlink_channel_t in_channel, const mavlink_message_t* msg);