diff Small_CPU/Src/gpio.c @ 994:bad5561c0c59 GasConsumption

Fix a compilation error occurring on non-Windows platforms, caused by incorrect case in '#include' file names. Also fix some compiler warnings from non-safe use of 'memcpy'. (mikeller)
author heinrichsweikamp
date Sun, 27 Apr 2025 09:56:22 +0200
parents d9290c76b840
children c386ae6635e4
line wrap: on
line diff
--- a/Small_CPU/Src/gpio.c	Fri Apr 25 08:26:03 2025 +0200
+++ b/Small_CPU/Src/gpio.c	Sun Apr 27 09:56:22 2025 +0200
@@ -25,7 +25,7 @@
 #include "gpio.h"
 #include "data_exchange.h"
 #include "scheduler.h"
-#include "uart_internal.h"
+#include "uart_Internal.h"
 #include "GNSS.h"
 
 /* Exported variables --------------------------------------------------------*/