moved libraries to .h

This commit is contained in:
hamza
2024-06-03 01:31:54 +03:00
parent cdf15b1860
commit f52abb8ef0
4 changed files with 21 additions and 18 deletions

View File

@ -1,8 +1,12 @@
#ifndef INC_CAN_H
#define INC_CAN_H
#include "stm32f3xx_hal.h"
#include <string.h>
#include <stdint.h>
#include "stm32f3xx_hal.h"
#include "stm32f3xx_hal_can.h"
#include "stm32f3xx_hal_def.h"
#include "ADBMS_Abstraction.h"
#include "main.h"
#include "state_machine.h"
#include "can-halal.h"