aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@bug.st>2013-09-13 20:05:38 +0200
committerCristian Maglie <c.maglie@bug.st>2013-09-13 20:05:38 +0200
commit452387a184a9f2697cef46df66d8bea882b43f14 (patch)
treef0a622b9ab92af3b62852501bc8610761de92f09 /boards.txt
parent1d865de59a7caea545ece77622f1ed8bed6458be (diff)
Fix wrong 'maximum_data_size' key in boards.txt
Diffstat (limited to 'boards.txt')
-rw-r--r--boards.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/boards.txt b/boards.txt
index ee4818f..393710b 100644
--- a/boards.txt
+++ b/boards.txt
@@ -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
@@ -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