Home
last modified time | relevance | path

Searched refs:SC_ACK_TASK_PRIORITY (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_wifi/src/
Dsmartconfig_ack.c24 #define SC_ACK_TASK_PRIORITY 2 /*!< Priority of sending smartconfig ACK task */ macro
229 …c_ack_send_task, "sc_ack_send_task", SC_ACK_TASK_STACK_SIZE, ack, SC_ACK_TASK_PRIORITY, NULL) != p… in sc_send_ack_start()