Fix variable name mismatch

This commit is contained in:
2026-06-14 21:24:01 +02:00
parent 19eefc288b
commit 3c66a39a5d
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -27,8 +27,8 @@
extern osMessageQueueId_t xCAN1RxQueue;
extern osMessageQueueId_t xCAN2RxQueue;
extern osSemaphoreId_t xLEDSemaphoreCAN1;
extern osSemaphoreId_t xLEDSemaphoreCAN2;
extern osSemaphoreId_t xSemaphoreCAN1;
extern osSemaphoreId_t xSemaphoreCAN2;
/* USER CODE BEGIN PTD */
typedef struct {