From ace24fd3f82242e9d77bde7b09370ffa23fb9478 Mon Sep 17 00:00:00 2001 From: baohongde Date: Fri, 3 Dec 2021 14:53:35 +0800 Subject: [PATCH] components/bt: modify name of file --- .../bluedroid/classic_bt/bt_discovery/main/CMakeLists.txt | 2 +- .../classic_bt/bt_discovery/main/{bt_discovery.c => main.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/{bt_discovery.c => main.c} (100%) diff --git a/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/CMakeLists.txt b/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/CMakeLists.txt index 45a1c91d24..cf2c455cb5 100644 --- a/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/CMakeLists.txt +++ b/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/CMakeLists.txt @@ -1,2 +1,2 @@ -idf_component_register(SRCS "bt_discovery.c" +idf_component_register(SRCS "main.c" INCLUDE_DIRS ".") diff --git a/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/bt_discovery.c b/examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/main.c similarity index 100% rename from examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/bt_discovery.c rename to examples/bluetooth/bluedroid/classic_bt/bt_discovery/main/main.c