Fix warnings

This commit is contained in:
2023-03-20 15:21:45 +01:00
parent 73e878097e
commit aba6604e57
5 changed files with 7 additions and 12 deletions

View File

@ -27,11 +27,13 @@
/* USER CODE BEGIN Includes */
#include "app.h"
#include "main.h"
#include "tx_api.h"
#include "tx_port.h"
#include "ui.h"
#include "vehicle.h"
#include "app_touchgfx.h"
#include "tx_api.h"
#include "tx_port.h"
/* USER CODE END Includes */
/* Private typedef -----------------------------------------------------------*/