From 05f9c15b0971310584ce7b297a19a7945eee6f61 Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Tue, 9 Feb 2021 15:39:08 -0600 Subject: [PATCH] corrected core type in rp2040.h --- rp2040/rp2040.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rp2040/rp2040.h b/rp2040/rp2040.h index 214d92e..6b6721e 100644 --- a/rp2040/rp2040.h +++ b/rp2040/rp2040.h @@ -39,7 +39,7 @@ typedef enum RTC_IRQn = 25, } IRQn_Type; -#include "core_cm0.h" +#include "core_cm0plus.h" #include "hardware/regs/addressmap.h"