From 67f59a5f583037bf42448a36b53e4e661f41b41d Mon Sep 17 00:00:00 2001 From: Mike Bloom <91038685+mike919192@users.noreply.github.com> Date: Sun, 18 Jan 2026 13:38:16 -0500 Subject: [PATCH] Add missing include to fix compile error (#1358) --- portable/ThirdParty/GCC/RP2040/include/portmacro.h | 1 + 1 file changed, 1 insertion(+) diff --git a/portable/ThirdParty/GCC/RP2040/include/portmacro.h b/portable/ThirdParty/GCC/RP2040/include/portmacro.h index 68686f810..d8173716e 100644 --- a/portable/ThirdParty/GCC/RP2040/include/portmacro.h +++ b/portable/ThirdParty/GCC/RP2040/include/portmacro.h @@ -38,6 +38,7 @@ #include "pico.h" #include "hardware/sync.h" +#include "rp2040_config.h" /*----------------------------------------------------------- * Port specific definitions.