Add function prototype

This commit is contained in:
2026-07-04 18:23:24 +02:00
parent 03fec5ff34
commit 6954fc5497
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@
#include "main.h"
void uart_printf(const char *fmt, ...);
void HAL_UART_TxCpltCallback(UART_HandleTypeDef *huart);
void vUARTLogger(void *argument);
+1
View File
@@ -18,6 +18,7 @@
#include "main.h"
/* Private includes ----------------------------------------------------------*/
/* USER CODE BEGIN Includes */
#include "cansend.h"
#include "cmsis_os.h"
#include <string.h>
/* USER CODE END Includes */