add missing colon

This commit is contained in:
matthias.ringwald 2011-09-18 22:08:56 +00:00
parent 5efc935a3a
commit a943456358

View File

@ -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;