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 c98c139 commit b504e66Copy full SHA for b504e66
ports/rp2/main.c
@@ -127,6 +127,7 @@ int main(int argc, char **argv) {
127
mp_cstack_init_with_top(&__StackTop, &__StackTop - &__StackBottom);
128
129
#if defined(MICROPY_HW_PSRAM_CS_PIN) && MICROPY_HW_ENABLE_PSRAM
130
+ mp_event_wait_ms(1000);
131
size_t psram_size = psram_init(MICROPY_HW_PSRAM_CS_PIN);
132
if (psram_size) {
133
#if MICROPY_GC_SPLIT_HEAP
0 commit comments