diff Common/Inc/configuration.h @ 908:eea7c7c041c1 Evo_2_23 tip

Deactivated GNSS per default
author ideenmodellierer
date Sun, 13 Oct 2024 18:13:56 +0200
parents 2225c467f1e9
children
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Sun Oct 13 18:13:35 2024 +0200
+++ b/Common/Inc/configuration.h	Sun Oct 13 18:13:56 2024 +0200
@@ -88,6 +88,6 @@
 #define ENABLE_FAST_COMM
 
 /* Enable to have position sensor support active */
-#define ENABLE_GNSS
+/* #define ENABLE_GNSS */
 
 #endif