Generate .hex files instead of .srec for the right half firmware.

This commit is contained in:
László Monda
2017-10-29 22:27:47 +01:00
parent 808d916687
commit 1d7790f74e
4 changed files with 17 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ const program = require('commander');
require('shelljs/global');
require('./shared')
const extension = '.srec';
const extension = '.hex';
config.fatal = true;
program