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 90ff8bf commit 45566aaCopy full SHA for 45566aa
cores/esp32/esp32-hal-misc.c
@@ -40,7 +40,7 @@ void yield()
40
portMUX_TYPE microsMux = portMUX_INITIALIZER_UNLOCKED;
41
static pthread_key_t microsStore=NULL; // Thread Local Storage Handle
42
43
-void* microsStoreDelete(void * storage){ // release thread local data when task is delete.
+void microsStoreDelete(void * storage){ // release thread local data when task is delete.
44
if(storage) free(storage);
45
}
46
0 commit comments