mdns example: Remove a warned unused constant

This commit is contained in:
Anton Maklakov 2019-04-16 15:32:49 +07:00
parent 3a9e24d7b4
commit 453a33ce79

View file

@ -24,7 +24,6 @@
#define EXAMPLE_MDNS_INSTANCE CONFIG_MDNS_INSTANCE
static const char c_config_hostname[] = CONFIG_MDNS_HOSTNAME;
#define EXAMPLE_BUTTON_GPIO 0
static const char *TAG = "mdns-test";