Create UART FreeRTOS task and event flag

This commit is contained in:
2026-06-16 19:02:14 +02:00
parent f260dfe972
commit 625f960f2e
2 changed files with 27 additions and 10 deletions
+4 -2
View File
@@ -24,8 +24,10 @@
extern CAN_HandleTypeDef hcan1;
extern CAN_HandleTypeDef hcan2;
extern osThreadId_t xLedTaskCAN1;
extern osThreadId_t xLedTaskCAN2;
extern osThreadId_t xCAN1LedTask;
extern osThreadId_t xCAN2LedTask;
extern osEventFlagsId_t xCanEventFlags;
/* Private function prototypes -----------------------------------------------*/
/* USER CODE BEGIN FunctionPrototypes */