mdns-search: request id is now unsigned.

This commit is contained in:
Our Air Quality 2019-04-12 10:27:22 +10:00
parent 529548b10e
commit cb88156823

View file

@ -122,7 +122,7 @@ void result_fn(struct mdns_answer *answer, const char *varpart,
static void mdns_search_task(void *pvParameters) static void mdns_search_task(void *pvParameters)
{ {
err_t err; err_t err;
s8_t request_id; u8_t request_id;
struct netif *station_netif = sdk_system_get_netif(STATION_IF); struct netif *station_netif = sdk_system_get_netif(STATION_IF);
if (station_netif == NULL) { if (station_netif == NULL) {