Remove unnecessary declarations
This commit is contained in:
+2
-12
@@ -24,20 +24,10 @@
|
|||||||
|
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
||||||
/* Decladerations for queues */
|
|
||||||
extern osMessageQueueId_t xCAN1RxQueue;
|
extern osMessageQueueId_t xCAN1RxQueue;
|
||||||
extern osMessageQueueId_t xCAN2RxQueue;
|
extern osMessageQueueId_t xCAN2RxQueue;
|
||||||
|
extern osSemaphoreId_t xLEDSemaphoreCAN1;
|
||||||
/* Decladerations for thread handles and attributes */
|
extern osSemaphoreId_t xLEDSemaphoreCAN2;
|
||||||
extern osThreadId_t vCAN1_rx;
|
|
||||||
extern osThreadId_t vCAN2_rx;
|
|
||||||
extern osThreadId_t vLED_CAN1_Heartbeat;
|
|
||||||
extern osThreadId_t vLED_CAN2_Heartbeat;
|
|
||||||
|
|
||||||
extern const osThreadAttr_t vCAN1_rx_attributes;
|
|
||||||
extern const osThreadAttr_t vCAN2_rx_attributes;
|
|
||||||
extern const osThreadAttr_t vLED_CAN1_Heartbeat_attributes;
|
|
||||||
extern const osThreadAttr_t vLED_CAN2_Heartbeat_attributes;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Initializes the CAN logger modules, OS threads, queues, and hardware.
|
* @brief Initializes the CAN logger modules, OS threads, queues, and hardware.
|
||||||
|
|||||||
Reference in New Issue
Block a user