pussuw commented on code in PR #6197: URL: https://github.com/apache/incubator-nuttx/pull/6197#discussion_r880387682
########## 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: We could but this is how it was in esp32_wifi_adapter.c so I'll keep it like this. I don't want to touch this code too much. -- 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