mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 09:53:30 +08:00
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.
This commit is contained in:
parent
ff3ab9c0ab
commit
833339e1c6
@ -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')
|
||||
|
Loading…
x
Reference in New Issue
Block a user