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) {
30
30
}
31
31
32
32
#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"
34
34
#else
35
35
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/RP2350.h"
36
36
#endif
Original file line number Diff line number Diff line change 53
53
#include "hardware/watchdog.h"
54
54
55
55
#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"
57
57
#else
58
58
#include "src/rp2_common/cmsis/stub/CMSIS/Device/RP2350/Include/RP2350.h"
59
59
#endif
You can’t perform that action at this time.
0 commit comments