removed stdint.h

This commit is contained in:
Hamza 2024-05-28 18:39:35 +02:00
parent 07f11db3f0
commit fcc8f54fe0
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include "stm32f3xx_hal.h"
#include "ADBMS_LL_Driver.h"
#include <stdint.h>
#include "main.h"
/* The PWM period (1/FPWM) is defined by the following parameters:

View File

@ -1,5 +1,4 @@
#include "PWM_control.h"
#include <stdint.h>
uint8_t powerground_status;
uint8_t battery_cooling_status;