doc/stm32-f4discovery-cc256x: fix build

This commit is contained in:
Matthias Ringwald 2019-06-21 11:14:24 +02:00
parent bdc352b16d
commit 52b3d2e98e
2 changed files with 5 additions and 5 deletions

View File

@ -15,15 +15,15 @@ list_of_examples = {
"HFP" : [["hfp_hf_demo"],["hfp_ag_demo"]],
"Low Energy" : [["gap_le_advertisements"],
["gatt_browser"],
["le_counter"],
["le_streamer"]],
"Dual Mode" : [["spp_and_le_counter"]],
["gatt_counter"],
["gatt_streamer_server"]],
"Dual Mode" : [["spp_and_gatt_counter"]],
"Audio" : [["a2dp_sink_demo"],["a2dp_source_demo"]],
"HID" : [["hid_keyboard_demo"], ["hid_mouse_demo"], ["hog_keyboard_demo"], ["hog_mouse_demo"]],
"LE Pairing": [["sm_pairing_central"], ["sm_pairing_peripheral"]],
"Phone Book Access" : [["pbap_client_demo"]],
"Performance" : [["le_streamer"], ["le_streamer_client"], ["spp_streamer"], ["spp_streamer_client"]],
"Performance" : [["gatt_streamer_server"], ["le_streamer_client"], ["spp_streamer"], ["spp_streamer_client"]],
"Testing" : [["dut_mode_classic"]]
}

View File

@ -347,7 +347,7 @@ GATT_FILES = \
sm_pairing_peripheral.gatt \
sm_pairing_central.gatt \
spp_and_gatt_counter.gatt \
spp_and_gatt_streamer_server.gatt \
spp_and_gatt_streamer.gatt \
# SBC codec
include ${BTSTACK_ROOT}/3rd-party/bluedroid/decoder/Makefile.inc