Skip to content

Commit 5e7644f

Browse files
committed
samples: bluetooth: typo in project name
Corrected a typo in the project name within the Bluetooth samples directory. The incorrect name was causing confusion in documentation and build processes. This change updates the relevant file(s) to use the correct project name, ensuring consistency across the Zephyr repository. Signed-off-by: Gomaa Mohammed Eldebaby <[email protected]>
1 parent 85e1353 commit 5e7644f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/bluetooth/bap_broadcast_sink/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cmake_minimum_required(VERSION 3.20.0)
44
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
5-
project(bap_unicast_sink)
5+
project(bap_broadcast_sink)
66

77
target_sources(app PRIVATE
88
src/main.c

samples/bluetooth/bap_broadcast_source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
cmake_minimum_required(VERSION 3.20.0)
44
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
5-
project(bap_unicast_server)
5+
project(bap_broadcast_source)
66

77
target_sources(app PRIVATE
88
src/main.c

0 commit comments

Comments
 (0)