Skip to content

Commit 8e7133e

Browse files
committed
Fix wrong 'maximum_data_size' key in boards.txt
1 parent 9db77e1 commit 8e7133e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hardware/arduino/avr/boards.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ robotControl.name=Arduino Robot Control
649649
robotControl.upload.tool=avrdude
650650
robotControl.upload.protocol=avr109
651651
robotControl.upload.maximum_size=28672
652-
robotControl.upload.data_size=2560
652+
robotControl.upload.maximum_data_size=2560
653653
robotControl.upload.speed=57600
654654
robotControl.upload.disable_flushing=true
655655
robotControl.upload.use_1200bps_touch=true
@@ -679,7 +679,7 @@ robotMotor.name=Arduino Robot Motor
679679
robotMotor.upload.tool=avrdude
680680
robotMotor.upload.protocol=avr109
681681
robotMotor.upload.maximum_size=28672
682-
robotMotor.upload.data_size=2560
682+
robotMotor.upload.maximum_data_size=2560
683683
robotMotor.upload.speed=57600
684684
robotMotor.upload.disable_flushing=true
685685
robotMotor.upload.use_1200bps_touch=true

0 commit comments

Comments
 (0)