mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-10 06:40:23 +00:00
add missing colon
This commit is contained in:
parent
5efc935a3a
commit
a943456358
@ -48,7 +48,7 @@ __attribute__((section (".fartext")))
|
||||
|
||||
if line.find('};') >= 0 or line.find('} ;') >= 0:
|
||||
fout.write('// BTstack: add HCI_VS_Sleep_Mode_Configurations 0xFD0C template for eHCILL\n');
|
||||
fout.write('0x01, 0x0c, 0xfd, 9 , 1, 0, 0, 0xff, 0xff, 0xff, 0xff, 100, 0\n');
|
||||
fout.write(', 0x01, 0x0c, 0xfd, 9 , 1, 0, 0, 0xff, 0xff, 0xff, 0xff, 100, 0\n');
|
||||
fout.write('};\n')
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user