diff --git a/Core/Src/cansend.c b/Core/Src/cansend.c index 587e934..3a412c5 100644 --- a/Core/Src/cansend.c +++ b/Core/Src/cansend.c @@ -22,6 +22,10 @@ #include "canlog.h" /* USER CODE END Includes */ +extern UART_HandleTypeDef huart1; +extern osSemaphoreId_t xUARTDMASemaphore; +extern osMessageQueueId_t xUARTQueue; + /* BEGIN format_can_message */ /** * @brief Format CAN message for friendly reading on terminal emulators and other MCUs.