Skip to content

Commit 711ced6

Browse files
committed
Add commas to pico_btstack_make_gatt_header description
1 parent 42388f6 commit 711ced6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_btstack/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
304304

305305
# pico_btstack_make_gatt_header(TARGET_LIB TARGET_TYPE GATT_FILE)
306306
# Make a GATT header file from a BTstack GATT file.
307-
# Pass the target library name library type and path to the GATT input file.
307+
# Pass the target library name, library type, and path to the GATT input file.
308308
# To add additional directories to the gatt #import path, add them to the end of the argument list.
309309
function(pico_btstack_make_gatt_header TARGET_LIB TARGET_TYPE GATT_FILE)
310310
find_package (Python3 REQUIRED COMPONENTS Interpreter)

0 commit comments

Comments
 (0)