Unverified Commit 46995222 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Remove completed TODO

parent a582ca7b
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment