From 6a7f493ac537c641f693aed1969287d0f0d58269 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 18 Apr 2016 16:15:39 +0200 Subject: [PATCH] example/hsp: fix docu to refer to ENABLE_SCO_OVER_HCI --- example/hsp_ag_demo.c | 2 +- example/hsp_hs_demo.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/hsp_ag_demo.c b/example/hsp_ag_demo.c index 2cc055903..79df9d4b1 100644 --- a/example/hsp_ag_demo.c +++ b/example/hsp_ag_demo.c @@ -88,7 +88,7 @@ static const uint8_t sine[] = { /* @section Audio Transfer Setup * * @text A pre-computed sine wave (160Hz) is used as the input audio signal. 160 Hz. - * To send and receive an audio signal, HAVE_SCO_OVER_HCI has to be defined. + * To send and receive an audio signal, ENABLE_SCO_OVER_HCI has to be defined. * * Tested working setups: * - Ubuntu 14 64-bit, CC2564B connected via FTDI USB-2-UART adapter, 921600 baud diff --git a/example/hsp_hs_demo.c b/example/hsp_hs_demo.c index b1dfa0a39..f1240b943 100644 --- a/example/hsp_hs_demo.c +++ b/example/hsp_hs_demo.c @@ -89,7 +89,7 @@ static const uint8_t sine[] = { /* @section Audio Transfer Setup * * @text A pre-computed sine wave (160Hz) is used as the input audio signal. 160 Hz. - * To send and receive an audio signal, HAVE_SCO_OVER_HCI has to be defined. + * To send and receive an audio signal, ENABLE_SCO_OVER_HCI has to be defined. * * Tested working setups: * - Ubuntu 14 64-bit, CC2564B connected via FTDI USB-2-UART adapter, 921600 baud