diff --git a/src/main/io/gps.c b/src/main/io/gps.c index bdcd42ae37..20168c4729 100644 --- a/src/main/io/gps.c +++ b/src/main/io/gps.c @@ -990,9 +990,11 @@ gpsEnablePassthroughResult_e gpsEnablePassthrough(void) serialWrite(gpsPort, serialRead(gpsPassthroughPort)); LED1_OFF; } +#ifdef DISPLAY if (feature(FEATURE_DISPLAY)) { updateDisplay(); } +#endif } return GPS_PASSTHROUGH_ENABLED;