From 1a894442369a823d1e28632936fc313de631c14f Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 5 Sep 2024 15:22:07 -0700 Subject: [PATCH] Fix RP2 XOSC startup delay It was removed from this file in the RP2350 PR. --- ports/raspberrypi/sdk_config/pico/config_autogen.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ports/raspberrypi/sdk_config/pico/config_autogen.h b/ports/raspberrypi/sdk_config/pico/config_autogen.h index 899aaa5028d2e..673fc17f2d3f8 100644 --- a/ports/raspberrypi/sdk_config/pico/config_autogen.h +++ b/ports/raspberrypi/sdk_config/pico/config_autogen.h @@ -1,3 +1,5 @@ #pragma once #include "include/cmsis/rename_exceptions.h" + +#include "pico-sdk-configboard.h"