aboutsummaryrefslogtreecommitdiff
path: root/apps/gps/gps.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gps/gps.c')
-rw-r--r--apps/gps/gps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gps/gps.c b/apps/gps/gps.c
index 00f6ee9f8..cb9a77c51 100644
--- a/apps/gps/gps.c
+++ b/apps/gps/gps.c
@@ -189,7 +189,7 @@ int gps_thread_main(int argc, char *argv[]) {
gps_mode_success = true;
terminate_gps_thread = false;
bool retry = false;
- gps_verbose = false;
+ gps_verbose = true;
int mavlink_fd = open(MAVLINK_LOG_DEVICE, 0);