diff --git a/cores/rp2040/main.cpp b/cores/rp2040/main.cpp index 9ee27be..349e9b3 100644 --- a/cores/rp2040/main.cpp +++ b/cores/rp2040/main.cpp @@ -168,8 +168,6 @@ extern "C" void __register_impure_ptr(struct _reent *p) { } } - -// TODO: FreeRTOS should implement this based on thread ID (and each thread should have its own struct _reent extern "C" struct _reent *__wrap___getreent() { if (get_core_num() == 0) { return _impure_ptr;