example/hsp: fix docu to refer to ENABLE_SCO_OVER_HCI

This commit is contained in:
Matthias Ringwald 2016-04-18 16:12:23 +02:00
parent ef2ebed23b
commit 15f167ac8e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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