From 8ae311e3a545139f91c63e4acf2bffcfeb7ae018 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 30 Nov 2021 13:04:46 +0000 Subject: [PATCH] HUB75 Drop multicore include --- drivers/hub75/hub75.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/hub75/hub75.hpp b/drivers/hub75/hub75.hpp index f747c83b..c97136b6 100644 --- a/drivers/hub75/hub75.hpp +++ b/drivers/hub75/hub75.hpp @@ -1,6 +1,5 @@ #include #include "pico/stdlib.h" -#include "pico/multicore.h" #include "hardware/pio.h" #include "hardware/dma.h"