mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
compile_gatt.py: add clang-format off to header (#553)
Add clang-format off to header. Useful when the auto-generated headers are checked-in a repo with clang-format enabled.
This commit is contained in:
parent
afbd946d92
commit
d48e511ecb
@ -38,6 +38,7 @@ except ImportError:
|
|||||||
print("[!] Please install PyCryptodome, e.g. 'pip3 install pycryptodomex' or 'pip3 install pycryptodome'\n")
|
print("[!] Please install PyCryptodome, e.g. 'pip3 install pycryptodomex' or 'pip3 install pycryptodome'\n")
|
||||||
|
|
||||||
header = '''
|
header = '''
|
||||||
|
// clang-format off
|
||||||
// {0} generated from {1} for BTstack
|
// {0} generated from {1} for BTstack
|
||||||
// it needs to be regenerated when the .gatt file is updated.
|
// it needs to be regenerated when the .gatt file is updated.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user