File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,7 @@ def main():
153153 parser .error ("No filename specified" )
154154
155155 if not options .elf_filename :
156- parser . error ( "No Elf specified" )
156+ options . elf_filename = 'main.elf'
157157
158158 if not options .binary_filename and not options .ihex_filename :
159159 parser .error ("Must specifiy a binary and/or ihex file to store" )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ def read(fname):
1010
1111setup (
1212 name = "asl_f4_loader" ,
13- version = "0.0.7 " ,
13+ version = "0.1.0 " ,
1414 author = "Jeff Ciesielski" ,
1515 author_email = "jeff@autosportlabs.com" ,
1616 description = ("A library and shell script to perform firmware updates on Cortex M4 Microcontrollers. (Currently: STM32F4)" ),
You can’t perform that action at this time.
0 commit comments