We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2bb37 commit d3c1394Copy full SHA for d3c1394
cores/rp2040/lock.cpp
@@ -100,7 +100,6 @@ static SemaphoreHandle_t __getFreeRTOSRecursiveMutex(_LOCK_T lock) {
100
}
101
102
void __retarget_lock_init(_LOCK_T lock) {
103
- // TODO TBD - Rebuild ARM lib
104
if (__freeRTOSinitted) {
105
mutex_t *l = (mutex_t *)lock;
106
if ((l == &__lock___at_quick_exit_mutex) || (l == &__lock___tz_mutex) || (l == &__lock___dd_hash_mutex) || (l == &__lock___arc4random_mutex)) {
0 commit comments