mdns: fix compiler errors and coding style

This commit is contained in:
Simon Goldschmidt
2019-01-30 20:15:26 +01:00
parent b4be0d8808
commit 8e86555f93
4 changed files with 38 additions and 31 deletions

View File

@@ -62,8 +62,7 @@ enum mdns_sd_proto {
struct mdns_host;
struct mdns_service;
/* Domain structs - also visible for unit tests */
/* Domain structs */
struct mdns_domain {
/* Encoded domain name */
u8_t name[MDNS_DOMAIN_MAXLEN];