Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 05f9c15

Browse files
committed
corrected core type in rp2040.h
1 parent 5e8624d commit 05f9c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rp2040/rp2040.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ typedef enum
3939
RTC_IRQn = 25,
4040
} IRQn_Type;
4141

42-
#include "core_cm0.h"
42+
#include "core_cm0plus.h"
4343

4444
#include "hardware/regs/addressmap.h"
4545

0 commit comments

Comments
 (0)