Merge pull request 'Implement CAN bus reading with CMSIS-RTOS-V2' (#14) from j1939 into main #14

Manually merged
eeeck merged 71 commits from j1939 into main 2026-06-15 10:30:45 +02:00
Showing only changes of commit 3c6e44821c - Show all commits
+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 = {