mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 09:08:06 +00:00
example/hsp: fix docu to refer to ENABLE_SCO_OVER_HCI
This commit is contained in:
parent
ef2ebed23b
commit
15f167ac8e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user