pkarashchenko commented on code in PR #6197:
URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880426681


##########
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:
   now I see. Thank you



-- 
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

Reply via email to