From 0b4518e21f1eb62ef06fb5256dfcaa167e00b6a1 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Sat, 20 Jul 2019 09:31:08 +0200 Subject: [PATCH] examples: list mesh_node_demo as LE-only example --- example/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Makefile.inc b/example/Makefile.inc index 6da8a5104..d858dfdc8 100644 --- a/example/Makefile.inc +++ b/example/Makefile.inc @@ -197,7 +197,6 @@ EXAMPLES_CLASSIC_ONLY = \ spp_streamer \ spp_streamer_client \ ublox_spp_le_counter \ - mesh_node_demo \ # List of Examples that only use Bluetooth LE @@ -214,6 +213,7 @@ EXAMPLES_LE_ONLY= \ le_data_channel_client \ le_data_channel_server \ le_streamer_client \ + mesh_node_demo \ nordic_spp_le_counter \ nordic_spp_le_streamer \ sm_pairing_central \