Skip to content

Commit

Permalink
Fix wrong 'maximum_data_size' key in boards.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Sep 13, 2013
1 parent 1d865de commit 452387a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ robotControl.name=Arduino Robot Control
robotControl.upload.tool=avrdude
robotControl.upload.protocol=avr109
robotControl.upload.maximum_size=28672
robotControl.upload.data_size=2560
robotControl.upload.maximum_data_size=2560
robotControl.upload.speed=57600
robotControl.upload.disable_flushing=true
robotControl.upload.use_1200bps_touch=true
Expand Down Expand Up @@ -679,7 +679,7 @@ robotMotor.name=Arduino Robot Motor
robotMotor.upload.tool=avrdude
robotMotor.upload.protocol=avr109
robotMotor.upload.maximum_size=28672
robotMotor.upload.data_size=2560
robotMotor.upload.maximum_data_size=2560
robotMotor.upload.speed=57600
robotMotor.upload.disable_flushing=true
robotMotor.upload.use_1200bps_touch=true
Expand Down

0 comments on commit 452387a

Please sign in to comment.