aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3240g-eval/discover/defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3240g-eval/discover/defconfig')
-rw-r--r--nuttx/configs/stm3240g-eval/discover/defconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/configs/stm3240g-eval/discover/defconfig b/nuttx/configs/stm3240g-eval/discover/defconfig
index 12075b891..7c1163b9b 100644
--- a/nuttx/configs/stm3240g-eval/discover/defconfig
+++ b/nuttx/configs/stm3240g-eval/discover/defconfig
@@ -714,11 +714,11 @@ CONFIG_HAVE_CXXINITIALIZE=y
#
# UDP Discovery Daemon Example
#
-CONFIG_EXAMPLE_DISCOVER=y
-CONFIG_EXAMPLE_DISCOVER_DHCPC=y
-CONFIG_EXAMPLE_DISCOVER_NOMAC=y
-CONFIG_EXAMPLE_DISCOVER_DRIPADDR=0xc0a80201
-CONFIG_EXAMPLE_DISCOVER_NETMASK=0xffffff00
+CONFIG_EXAMPLES_DISCOVER=y
+CONFIG_EXAMPLES_DISCOVER_DHCPC=y
+CONFIG_EXAMPLES_DISCOVER_NOMAC=y
+CONFIG_EXAMPLES_DISCOVER_DRIPADDR=0xc0a80201
+CONFIG_EXAMPLES_DISCOVER_NETMASK=0xffffff00
#
# uIP Web Server Example