summaryrefslogtreecommitdiff
path: root/gpslogger/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpslogger/config.h')
-rw-r--r--gpslogger/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gpslogger/config.h b/gpslogger/config.h
index 9d6fb07..aebbfe0 100644
--- a/gpslogger/config.h
+++ b/gpslogger/config.h
@@ -19,10 +19,7 @@
/**************************************
* Other options
**************************************/
-#define USE_MPU6050 0
#define GPS_BAUDRATE 115200
-#define GPS_DATA_TIMEOUT 2000 /* ms */
-//#define DEBUG Serial
-#define DEBUG_BAUDRATE 9600
+#define USE_MPU6050 1
-#endif // CONFIG_H_INCLUDED
+#endif