diff Common/Inc/configuration.h @ 922:7c996354b8ac Evo_2_23

Moved UART6 into a separate unit: UART6 connects internal devices. As a first step the existing code sections have been moved into a new unit. As well the code of the external GNSS sensor has been copied into this unit as starting point for the further development. Later the internal part can be integrated into the common uart (code cleanup).
author Ideenmodellierer
date Sun, 03 Nov 2024 20:53:05 +0100
parents c4c9850a2039
children
line wrap: on
line diff
--- a/Common/Inc/configuration.h	Sun Nov 03 18:19:51 2024 +0100
+++ b/Common/Inc/configuration.h	Sun Nov 03 20:53:05 2024 +0100
@@ -73,7 +73,7 @@
 #define ENABLE_CO2_SUPPORT
 
 /* Enable to have GPS sensor functionality available */
-/* #define ENABLE_GNSS_SUPPORT */
+#define ENABLE_GNSS_SUPPORT
 
 /* Enable to have Sentinel rebreather interface available */
 /* #define ENABLE_SENTINEL_MODE */
@@ -91,6 +91,6 @@
 #define ENABLE_FAST_COMM
 
 /* Enable to have position sensor support active */
-/* #define ENABLE_GNSS */
+#define ENABLE_GPIO_V2
 
 #endif