From 7cff3af76450005c20248367ca83d91f05834760 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Tue, 26 Feb 2019 13:30:40 +0100 Subject: [PATCH] stm32-f4discovery-cc256x: add audio_duplex example --- .../cubemx-f4discovery-cc256x/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile b/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile index f715d90ed..b00f479cb 100644 --- a/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile +++ b/port/stm32-f4discovery-cc256x/cubemx-f4discovery-cc256x/Makefile @@ -294,8 +294,9 @@ LE_EXAMPLES = \ sm_pairing_central EXAMPLES = \ + audio_duplex \ a2dp_sink_demo \ - a2dp_source_demo \ + a2dp_source_demo \ ancs_client_demo \ dut_mode_classic \ gap_dedicated_bonding \