Skip to content

Commit 4699522

Browse files
Remove completed TODO
1 parent a582ca7 commit 4699522

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cores/rp2040/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ extern "C" void __register_impure_ptr(struct _reent *p) {
168168
}
169169
}
170170

171-
172-
// TODO: FreeRTOS should implement this based on thread ID (and each thread should have its own struct _reent
173171
extern "C" struct _reent *__wrap___getreent() {
174172
if (get_core_num() == 0) {
175173
return _impure_ptr;

0 commit comments

Comments
 (0)