WIP
This commit is contained in:
parent
726ec70f7a
commit
aacb01917c
16 changed files with 74 additions and 5 deletions
|
|
@ -26,7 +26,6 @@ then
|
|||
then
|
||||
echo " Compiling..."
|
||||
|
||||
SDCCFLAGS="" # @TODO@
|
||||
do_cmd ${SDCC} ${SDCCFLAGS} -o "${@CNAME@}" ${SRC} ${EXTRAS} || return 1
|
||||
|
||||
print_success "Firmware built"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue