Browse Source
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>pull/13718/head
Phil Howard
3 months ago
committed by
Damien George
1 changed files with 2 additions and 0 deletions
Loading…
Reference in new issue