use size instead of arm-none-eabi-size
This commit is contained in:
@@ -61,7 +61,7 @@ EOF
|
||||
examples+=( $ex )
|
||||
fi
|
||||
|
||||
IFS=,;eval arm-none-eabi-size target/$TARGET/release/examples/"{${examples[*]}}"
|
||||
IFS=,;eval size target/$TARGET/release/examples/"{${examples[*]}}"
|
||||
|
||||
popd
|
||||
rm -rf $td
|
||||
|
||||
Reference in New Issue
Block a user