Skip to content

Commit

Permalink
fixed stupid commented out size check
Browse files Browse the repository at this point in the history
  • Loading branch information
Unreal-Dan committed Dec 3, 2024
1 parent b2c191f commit f697748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avrsize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ ! -z "$2" ] && [ "$(printf '%d' $2)" -lt "$(printf '%d' $PROGRAM_STORAGE_US
echo "---------"
echo "Failure! Program space: 0x$(printf '%x' $PROGRAM_STORAGE_USED) larger than allowed: 0x$(printf '%x' $2)"
echo "Reduce program size within 0x$(printf '%x' $2), or reduce flash storage space then adjust BOOTEND in the Makefile"
#exit 1
exit 1
fi

# Display the results
Expand Down

0 comments on commit f697748

Please sign in to comment.