Add extern declaration for CAN handles

This commit is contained in:
2026-06-03 23:58:55 +02:00
parent 74cc33d0a9
commit 3c6e44821c
+3
View File
@@ -2,6 +2,9 @@
#include "cmsis_os.h"
#include <string.h>
extern CAN_HandleTypeDef hcan1;
extern CAN_HandleTypeDef hcan2;
/* Definitions for canBus1Listen */
osThreadId_t canBus1ListenHandle;
const osThreadAttr_t canBus1Listen_attributes = {