Add externs

This commit is contained in:
2026-06-16 23:06:54 +02:00
parent f7581d49ce
commit cbefb45099
+4
View File
@@ -22,6 +22,10 @@
#include "canlog.h" #include "canlog.h"
/* USER CODE END Includes */ /* USER CODE END Includes */
extern UART_HandleTypeDef huart1;
extern osSemaphoreId_t xUARTDMASemaphore;
extern osMessageQueueId_t xUARTQueue;
/* BEGIN format_can_message */ /* BEGIN format_can_message */
/** /**
* @brief Format CAN message for friendly reading on terminal emulators and other MCUs. * @brief Format CAN message for friendly reading on terminal emulators and other MCUs.