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) {