components/bt: modify name of file

This commit is contained in:
baohongde 2021-12-03 14:53:35 +08:00
parent d4aeef6ced
commit c6b7afccad
2 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "bt_discovery.c"
idf_component_register(SRCS "main.c"
INCLUDE_DIRS ".")