We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42388f6 commit 711ced6Copy full SHA for 711ced6
src/rp2_common/pico_btstack/CMakeLists.txt
@@ -304,7 +304,7 @@ if (EXISTS ${PICO_BTSTACK_PATH}/${BTSTACK_TEST_PATH})
304
305
# pico_btstack_make_gatt_header(TARGET_LIB TARGET_TYPE GATT_FILE)
306
# 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.
+ # Pass the target library name, library type, and path to the GATT input file.
308
# To add additional directories to the gatt #import path, add them to the end of the argument list.
309
function(pico_btstack_make_gatt_header TARGET_LIB TARGET_TYPE GATT_FILE)
310
find_package (Python3 REQUIRED COMPONENTS Interpreter)
0 commit comments