Remove completed TODO

This commit is contained in:
Earle F. Philhower, III 2022-08-30 16:28:24 -07:00 committed by GitHub
parent a582ca7b95
commit 4699522299
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;