From 376d86bf02fe6a2f6d3a9a0894795291c2491745 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Fri, 24 Jun 2022 19:04:47 +0200 Subject: [PATCH] Forgot to remove can.h from main.cpp --- software/main/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/software/main/src/main.cpp b/software/main/src/main.cpp index ffa9baa..30720a4 100644 --- a/software/main/src/main.cpp +++ b/software/main/src/main.cpp @@ -11,7 +11,6 @@ #include "bluetooth.h" #include "avrcp.h" #include "a2dp.h" -#include "can.h" #include "twai.h" #include "freertos/FreeRTOS.h"