Remove completed TODO
This commit is contained in:
parent
a582ca7b95
commit
4699522299
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue