Rename Kconfig options (examples)

This commit is contained in:
Roland Dobai
2019-05-09 16:43:06 +02:00
parent 1ad2283641
commit 151f757912
62 changed files with 394 additions and 394 deletions

View File

@@ -165,7 +165,7 @@ static void check_button(void)
static void mdns_example_task(void *pvParameters)
{
#if CONFIG_RESOLVE_TEST_SERVICES == 1
#if CONFIG_MDNS_RESOLVE_TEST_SERVICES == 1
/* Send initial queries that are started by CI tester */
query_mdns_host("tinytester");
#endif