Make CAN work

This commit is contained in:
2023-03-08 20:20:01 +01:00
parent 81b7a23a34
commit 0ddea60a50
13 changed files with 227 additions and 74 deletions

View File

@ -45,6 +45,7 @@ extern "C" {
#define THREAD_PRIO_APP 10
#define THREAD_PRIO_UI 6
#define THREAD_PRIO_VEHICLE 7
#define UI_QUEUE_SIZE 10
/* USER CODE END EC */