diff Small_CPU/Src/GNSS.c @ 942:06aaccaf2e02 Evo_2_23

Power down gnss module during dive: The gnss modul will now be send to powerdown at the start of the dive. After end of dive the module returns to normal operation. For development / test purpose a new simulated dive profile has been added.
author Ideenmodellierer
date Mon, 16 Dec 2024 19:09:00 +0100
parents 4a406e873a95
children
line wrap: on
line diff
--- a/Small_CPU/Src/GNSS.c	Mon Dec 16 19:06:37 2024 +0100
+++ b/Small_CPU/Src/GNSS.c	Mon Dec 16 19:09:00 2024 +0100
@@ -64,7 +64,7 @@
  * @param GNSS Pointer to main GNSS structure.
  */
 void GNSS_ParseUniqID(GNSS_StateHandle *GNSS) {
-	for (int var = 0; var < 5; ++var) {
+	for (int var = 0; var < 5; var++) {
 		GNSS->uniqueID[var] = GNSS_Handle.uartWorkingBuffer[10 + var];
 	}
 }