We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3712cc commit b943b9cCopy full SHA for b943b9c
ports/rp2/rp2_flash.c
@@ -159,10 +159,10 @@ static uint32_t begin_critical_flash_section(void) {
159
}
160
161
static void end_critical_flash_section(uint32_t state) {
162
+ rp2_flash_set_timing_internal(clock_get_hz(clk_sys));
163
#if defined(MICROPY_HW_PSRAM_CS_PIN) && MICROPY_HW_ENABLE_PSRAM
164
psram_init(MICROPY_HW_PSRAM_CS_PIN);
165
#endif
- rp2_flash_set_timing_internal(clock_get_hz(clk_sys));
166
restore_interrupts(state);
167
if (use_multicore_lockout()) {
168
multicore_lockout_end_blocking();
0 commit comments