Skip to content

Commit

Permalink
Start the index at 1 since all target definitions that are not in all…
Browse files Browse the repository at this point in the history
…_targets variable (like openkubus if you have avr-gcc < 4.3.5) will use index 0
  • Loading branch information
Youness Alaoui committed Oct 17, 2010
1 parent e6c5404 commit ff490a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_hex.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ else
all_targets="${all_targets} openkubus"
fi

i=0
i=1
for target in ${all_targets}; do
let ${target}=$i
let i++
Expand Down

0 comments on commit ff490a9

Please sign in to comment.