Skip to content

Commit d3c1394

Browse files
TODO was TODONE
1 parent 9b2bb37 commit d3c1394

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/rp2040/lock.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ static SemaphoreHandle_t __getFreeRTOSRecursiveMutex(_LOCK_T lock) {
100100
}
101101

102102
void __retarget_lock_init(_LOCK_T lock) {
103-
// TODO TBD - Rebuild ARM lib
104103
if (__freeRTOSinitted) {
105104
mutex_t *l = (mutex_t *)lock;
106105
if ((l == &__lock___at_quick_exit_mutex) || (l == &__lock___tz_mutex) || (l == &__lock___dd_hash_mutex) || (l == &__lock___arc4random_mutex)) {

0 commit comments

Comments
 (0)