Skip to content

Commit

Permalink
Config: Shim core1_entry to fix a MicroPython bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Aug 13, 2024
1 parent 890409d commit ee692e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion presto/mpconfigboard.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
#define MICROPY_HW_PSRAM_CS_PIN PIMORONI_PRESTO_PSRAM_CS_PIN
#define MICROPY_HW_ENABLE_PSRAM (1)

#define MICROPY_PY_THREAD (0)
#define MICROPY_PY_THREAD (0)

// TODO: Remove when https://github.com/micropython/micropython/pull/15655 is merged
#define core1_entry (NULL)

0 comments on commit ee692e4

Please sign in to comment.