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

gps: remove unused field _baudrate_changed & _mode_changed

parent 4d71686a
No related branches found
No related tags found
No related merge requests found
......@@ -151,8 +151,6 @@ private:
char _port[20] {}; ///< device / serial port path
bool _healthy{false}; ///< flag to signal if the GPS is ok
bool _baudrate_changed{false}; ///< flag to signal that the baudrate with the GPS has changed
bool _mode_changed{false}; ///< flag that the GPS mode has changed
bool _mode_auto; ///< if true, auto-detect which GPS is attached
gps_driver_mode_t _mode; ///< current mode
......
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