From fcc8f54fe0eeddbf627f5c4286a6c4d7c9ba2bc9 Mon Sep 17 00:00:00 2001 From: Hamza Date: Tue, 28 May 2024 18:39:35 +0200 Subject: [PATCH] removed stdint.h --- Core/Inc/PWM_control.h | 1 + Core/Src/PWM_control.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/Inc/PWM_control.h b/Core/Inc/PWM_control.h index 4c83bbb..e3b63e7 100644 --- a/Core/Inc/PWM_control.h +++ b/Core/Inc/PWM_control.h @@ -3,6 +3,7 @@ #include "stm32f3xx_hal.h" #include "ADBMS_LL_Driver.h" +#include #include "main.h" /* The PWM period (1/FPWM) is defined by the following parameters: diff --git a/Core/Src/PWM_control.c b/Core/Src/PWM_control.c index 7ad7c19..a5fde64 100644 --- a/Core/Src/PWM_control.c +++ b/Core/Src/PWM_control.c @@ -1,5 +1,4 @@ #include "PWM_control.h" -#include uint8_t powerground_status; uint8_t battery_cooling_status;