corrected core type in rp2040.h

master
Peter Lawrence 2021-02-09 15:39:08 -06:00
rodzic 5e8624dae3
commit 05f9c15b09
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -39,7 +39,7 @@ typedef enum
RTC_IRQn = 25,
} IRQn_Type;
#include "core_cm0.h"
#include "core_cm0plus.h"
#include "hardware/regs/addressmap.h"