From 5dfb87efcb1f2b2cf6ef98fda95fcdb0f986927d Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 9 Jul 2019 15:25:11 +0200 Subject: [PATCH] stm32-f4discovery-cc256x: fix build --- port/stm32-f4discovery-cc256x/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/port/stm32-f4discovery-cc256x/Makefile b/port/stm32-f4discovery-cc256x/Makefile index 680cabf6f..b52f2fd75 100644 --- a/port/stm32-f4discovery-cc256x/Makefile +++ b/port/stm32-f4discovery-cc256x/Makefile @@ -310,7 +310,7 @@ EXAMPLES = \ gatt_battery_query \ gatt_browser \ gatt_counter \ - gatt_streamer \ + gatt_streamer_server \ hfp_ag_demo \ hfp_hf_demo \ hid_host_demo \ @@ -331,7 +331,7 @@ EXAMPLES = \ sm_pairing_central \ sm_pairing_peripheral \ spp_and_gatt_counter \ - spp_and_le_streamer \ + spp_and_gatt_streamer \ spp_counter \ spp_streamer \ spp_streamer_client \