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 7bea104 commit db1955dCopy full SHA for db1955d
ports/rp2/rp2_flash.c
@@ -149,10 +149,10 @@ static uint32_t begin_critical_flash_section(void) {
149
}
150
151
static void end_critical_flash_section(uint32_t state) {
152
+ rp2_flash_set_timing_internal(clock_get_hz(clk_sys));
153
#if defined(MICROPY_HW_PSRAM_CS_PIN) && MICROPY_HW_ENABLE_PSRAM
154
psram_init(MICROPY_HW_PSRAM_CS_PIN);
155
#endif
- rp2_flash_set_timing_internal(clock_get_hz(clk_sys));
156
restore_interrupts(state);
157
if (use_multicore_lockout()) {
158
multicore_lockout_end_blocking();
0 commit comments