mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-04-17 08:45:00 +00:00
Add commas to pico_btstack_make_gatt_header description
This commit is contained in:
parent
acb988dbce
commit
7aed152026
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user