Parse CAN messges

This commit is contained in:
2023-03-18 21:44:01 +01:00
parent 148ab2b69c
commit 5fe5d509a4
16 changed files with 269 additions and 74 deletions

View File

@ -47,6 +47,7 @@ extern "C" {
#define THREAD_PRIO_UI 6
#define THREAD_PRIO_VEHICLE 7
#define UI_QUEUE_SIZE 10
#define VEHICLE_UPDATE_QUEUE_SIZE 100
/* USER CODE END EC */
/* Exported macro ------------------------------------------------------------*/