New lang, arduino 1.8.5 - fw-build.sh fix
This commit is contained in:
parent
dd763575a2
commit
1368ec4915
|
|
@ -57,7 +57,7 @@ echo " objects OK" >&2
|
||||||
|
|
||||||
#run progmem.sh - examine content of progmem1
|
#run progmem.sh - examine content of progmem1
|
||||||
echo -n " running progmem.sh..." >&2
|
echo -n " running progmem.sh..." >&2
|
||||||
./progmemX.sh 1 2>progmem.out
|
./progmem.sh 1 2>progmem.out
|
||||||
if [ $? -ne 0 ]; then echo "NG! - check progmem.out file" >&2; finish 1; fi
|
if [ $? -ne 0 ]; then echo "NG! - check progmem.out file" >&2; finish 1; fi
|
||||||
echo "OK" >&2
|
echo "OK" >&2
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue