提交 833339e1 编写于 作者: G Grissiom

lpc43xx: output a newline in the header file

Some compiler is brain-damaged that it will yeild a warning for headers
not ended with a newline. Yes, I mean you, Keil.
上级 ff3ab9c0
......@@ -11,3 +11,4 @@ for i in fi.read():
fo.write('0x%02x, ' % ord(i))
if idx % 16 == 0:
fo.write('\n')
fo.write('\n')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册