Add commas to pico_btstack_make_gatt_header description

This commit is contained in:
William Vinnicombe 2025-04-15 09:42:00 +01:00
parent acb988dbce
commit 7aed152026

View File

@ -304,7 +304,7 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
# pico_btstack_make_gatt_header(TARGET_LIB TARGET_TYPE GATT_FILE)
# Make a GATT header file from a BTstack GATT file.
# Pass the target library name library type and path to the GATT input file.
# Pass the target library name, library type, and path to the GATT input file.
# To add additional directories to the gatt #import path, add them to the end of the argument list.
function(pico_btstack_make_gatt_header TARGET_LIB TARGET_TYPE GATT_FILE)
find_package (Python3 REQUIRED COMPONENTS Interpreter)