From b1145751392e9eba0805e87f581bb14dfe76eb9e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sun, 13 Mar 2016 15:40:39 +0100 Subject: [PATCH] GPS: Fix comment --- src/drivers/gps/gps.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drivers/gps/gps.cpp b/src/drivers/gps/gps.cpp index cf99ada2ba..d377410a74 100644 --- a/src/drivers/gps/gps.cpp +++ b/src/drivers/gps/gps.cpp @@ -402,7 +402,7 @@ GPS::task_main() } if (!_healthy) { - // Helpful for debugging, but too verbose for normal ops + // Helpful for debugging, but too verbose for normal ops // const char *mode_str = "unknown"; // // switch (_mode) {