diff --git a/example/embedded/Makefile.inc b/example/embedded/Makefile.inc index 7c7888b80..ceb912fea 100644 --- a/example/embedded/Makefile.inc +++ b/example/embedded/Makefile.inc @@ -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) diff --git a/example/embedded/ble_peripheral.c b/example/embedded/ble_peripheral_test.c similarity index 100% rename from example/embedded/ble_peripheral.c rename to example/embedded/ble_peripheral_test.c