Skip to content

Commit

Permalink
Merge commit '48b8eaa38b6c29a2f8d0a4f87bdb726a2c3c3c42'
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Jun 10, 2022
2 parents 808514d + 48b8eaa commit 6824748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avr/bootloaders/optiboot_flash/makeall
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ then
fi

# Loop through all MCUs and parameters
for((i=200; i < ${#mcu_and_params[@]}; i+=2));
for((i=0; i < ${#mcu_and_params[@]}; i+=2));
do
# Count how many targets we've built for
TARGET_COUNTER=$(($TARGET_COUNTER + 1))
Expand Down

0 comments on commit 6824748

Please sign in to comment.