mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-11-16 12:34:34 +00:00
mdns: defined the service slot id as unsigned rather than signed.
This commit is contained in:
committed by
Dirk Ziegelmeier
parent
2229c51704
commit
46bbfe4ee2
@@ -108,4 +108,4 @@ Relevant information will be sent as additional records to reduce number of
|
||||
requests required from a client.
|
||||
|
||||
To remove a service from a netif, run
|
||||
mdns_resp_del_service(struct netif *netif, s8_t slot)
|
||||
mdns_resp_del_service(struct netif *netif, u8_t slot)
|
||||
|
||||
Reference in New Issue
Block a user