Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 993:df052f0347fb | 994:bad5561c0c59 |
|---|---|
| 23 | 23 |
| 24 #include "stm32f4xx_hal.h" | 24 #include "stm32f4xx_hal.h" |
| 25 #include "gpio.h" | 25 #include "gpio.h" |
| 26 #include "data_exchange.h" | 26 #include "data_exchange.h" |
| 27 #include "scheduler.h" | 27 #include "scheduler.h" |
| 28 #include "uart_internal.h" | 28 #include "uart_Internal.h" |
| 29 #include "GNSS.h" | 29 #include "GNSS.h" |
| 30 | 30 |
| 31 /* Exported variables --------------------------------------------------------*/ | 31 /* Exported variables --------------------------------------------------------*/ |
| 32 /* Private variables ---------------------------------------------------------*/ | 32 /* Private variables ---------------------------------------------------------*/ |
| 33 static uint8_t GPIO_Version = 0; | 33 static uint8_t GPIO_Version = 0; |
