aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-02 11:39:56 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-02 11:39:56 +0200
commitf428ebb04f0610c31639d8fe6d121f632c1cad1b (patch)
treee099ccdc924665f014924570a4b31bf1e3f00edd
parent171b1678f2e5cfd59e3d93774f7db578420422a7 (diff)
downloadpx4-firmware-f428ebb04f0610c31639d8fe6d121f632c1cad1b.tar.gz
px4-firmware-f428ebb04f0610c31639d8fe6d121f632c1cad1b.tar.bz2
px4-firmware-f428ebb04f0610c31639d8fe6d121f632c1cad1b.zip
gps: Comment-only fix
-rw-r--r--src/drivers/gps/gps.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/gps/gps.cpp b/src/drivers/gps/gps.cpp
index 1d8ef1b99..241e3bdf3 100644
--- a/src/drivers/gps/gps.cpp
+++ b/src/drivers/gps/gps.cpp
@@ -109,7 +109,7 @@ private:
int _serial_fd; ///< serial interface to GPS
unsigned _baudrate; ///< current baudrate
char _port[20]; ///< device / serial port path
- volatile int _task; //< worker task
+ volatile int _task; ///< worker task
bool _healthy; ///< flag to signal if the GPS is ok
bool _baudrate_changed; ///< flag to signal that the baudrate with the GPS has changed
bool _mode_changed; ///< flag that the GPS mode has changed