Updated to fix compile issues

This commit is contained in:
CarlWachter
2024-01-23 16:23:12 +01:00
parent 0d34d57a8e
commit ae76dba3d2
82 changed files with 138 additions and 87 deletions

View File

@@ -32,13 +32,13 @@ extern "C" {
/* USER CODE END Includes */
extern UART_HandleTypeDef huart4;
extern UART_HandleTypeDef huart1;
/* USER CODE BEGIN Private defines */
/* USER CODE END Private defines */
void MX_UART4_Init(void);
void MX_USART1_UART_Init(void);
/* USER CODE BEGIN Prototypes */