mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
fix converter for HCI_VS_SET_CLASS2_SINGLE_POWER
This commit is contained in:
parent
fc6903a12d
commit
7dc59ca607
@ -74,7 +74,7 @@ def append_class2_single_power(additions, str_list, data_indent):
|
||||
str_list.append('// BTstack: added HCI_VS_SET_CLASS2_SINGLE_POWER 0xFD87 template\n');
|
||||
str_list.append(data_indent)
|
||||
str_list.append("0x01, 0x87, 0xfd, 0x03, 0x0d, 0x0d, 0x0d,\n\n");
|
||||
return 9
|
||||
return 7
|
||||
|
||||
def append_ehcill(additions, str_list, data_indent):
|
||||
additions.append("- added eHCILL template")
|
||||
|
Loading…
Reference in New Issue
Block a user