Fix Arduino Due ROM & RAM size

This commit is contained in:
Valeriy Koval
2015-02-16 19:32:17 +02:00
parent 639ee9fc47
commit 3f05146de8

View File

@ -553,8 +553,8 @@
"platform": "atmelsam",
"upload": {
"disable_flushing": true,
"maximum_ram_size": 524288,
"maximum_size": 28672,
"maximum_ram_size": 28672,
"maximum_size": 524288,
"protocol": "sam-ba",
"speed": 57600,
"use_1200bps_touch": true,