ble_peripheral is used for PTS testing

This commit is contained in:
Matthias Ringwald 2015-04-23 23:14:02 +02:00
parent 7ec6abac1f
commit 9cce2f91cc
2 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ EXAMPLES_USING_LE = \
spp_and_le_counter \
# requires termios / command line support
EXAMPLES_CLI = ble_peripheral ble_peripheral_sm_minimal ble_central_test l2cap_test ancs_client classic_test bnep_test hsp_ag_test hsp_hs_test
EXAMPLES_CLI = ble_peripheral_test ble_central_test l2cap_test ancs_client classic_test bnep_test hsp_ag_test hsp_hs_test
# .o for .c
CORE_OBJ = $(CORE:.c=.o)