File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common-hal/microcontroller Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments