changed Intel HEX gen to use correct line endings on all OSes
This commit is contained in:
@@ -229,7 +229,7 @@ if __name__ == "__main__":
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
try:
|
try:
|
||||||
with open(args.output_filename, 'w') as output:
|
with open(args.output_filename, 'w', newline='\r\n') as output:
|
||||||
img2hex(args.input_filename,
|
img2hex(args.input_filename,
|
||||||
output,
|
output,
|
||||||
args.preview,
|
args.preview,
|
||||||
|
|||||||
Reference in New Issue
Block a user