Skip to content

Commit

Permalink
Changed MCU to "atmega2564rfr2", now that it is supported by avrdude 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Gelme committed May 16, 2014
1 parent 8993675 commit a1e762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/meshthing/initialize/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BAUD=115200
FILE=eeprom
FILE_INPUT=$FILE.input
FILE_OUTPUT=$FILE.output
MCU=atmega256rfr2
MCU=atmega2564rfr2

if [ "$1" == "-i" ]; then
FILE_INPUT=$FILE.default
Expand Down

0 comments on commit a1e762e

Please sign in to comment.