summaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorPhil Howard <phil@gadgetoid.com>2024-08-13 14:55:26 +0100
committerDamien George <damien@micropython.org>2024-08-20 12:14:52 +1000
commit26d91b897ea46a28f3d32cbe094b607124c1657d (patch)
treee3088a9f4e195b1ec87cf79e5c8670d6aa1c06a1 /py
parent76dd4facb9b1cf81e7f7a262c931adffb126b382 (diff)
rp2/mphalport: Skip core1_entry if thread disabled.
If `MICROPY_PY_THREAD` is set to 0 (ie: a user C module wishes to use core1 exclusively) then the test of `core1_entry` would fail to compile with an "undeclared identifier" error. Fix it by wrapping in `MICROPY_PY_THREAD`. Signed-off-by: Phil Howard <phil@gadgetoid.com>
Diffstat (limited to 'py')
0 files changed, 0 insertions, 0 deletions