Revert "GCS_MAVLink: coverity scan - variables not initialized in constructor"

This reverts commit bd8debdf8b.
This commit is contained in:
Tom Pittenger 2016-07-11 22:01:50 -07:00
parent 773372d2f3
commit fc02908c0d

View File

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