Skip to content

Commit 5fdaab1

Browse files
jeplertannewt
andauthored
Fix typo in header name
Co-authored-by: Scott Shawcroft <[email protected]>
1 parent bb52df2 commit 5fdaab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ports/raspberrypi/common-hal/microcontroller/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void common_hal_mcu_delay_us(uint32_t delay) {
3030
}
3131

3232
#ifdef PICO_RP2040
33-
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP0400/Include/RP0400.h"
33+
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP2040/Include/RP2040.h"
3434
#else
3535
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/RP2350.h"
3636
#endif

ports/raspberrypi/supervisor/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#include "hardware/watchdog.h"
5454

5555
#ifdef PICO_RP2040
56-
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP0400/Include/RP0400.h"
56+
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP2040/Include/RP2040.h"
5757
#else
5858
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/RP2350.h"
5959
#endif

0 commit comments

Comments
 (0)