cleanup, fix compiler errors

This commit is contained in:
2024-04-23 17:37:17 +02:00
parent 8023607638
commit 9fc7fc2242
255 changed files with 592 additions and 415260 deletions

View File

@ -1,7 +1,7 @@
#ifndef INC_TS_STATE_MACHINE_H
#define INC_TS_STATE_MACHINE_H
#include "stm32f3xx_hal.h"
#include "stm32h7xx_hal.h"
#include <stdint.h>
#include <stdbool.h>