pkarashchenko commented on code in PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880380400
########## arch/risc-v/src/esp32c3/esp32c3_wifi_adapter.c: ########## @@ -414,6 +410,11 @@ uint8_t esp_crc8(const uint8_t *p, uint32_t len); static bool g_wifi_irq_bind; +/* Wi-Fi thread private data */ + +static int g_wifi_thread_key; +static bool g_wifi_tkey_init; Review Comment: Seems that we can make it private to `esp_thread_semphr_get` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org