Properly set maxium size

This commit is contained in:
Matthias Neeracher 2015-06-07 02:05:45 +02:00 committed by Matthias Neeracher
parent 0a829db165
commit edd9987743

View File

@ -82,7 +82,7 @@ class ASBuilder {
args.append("board="+board)
args.append("mcu="+boardProp["build.mcu"]!)
args.append("f_cpu="+boardProp["build.f_cpu"]!)
args.append("max_size"+boardProp["upload.maximum_size"]!)
args.append("max_size="+boardProp["upload.maximum_size"]!)
args.append("core="+boardProp["build.core"]!)
args.append("libs="+libPath)
args.append("core_path="+corePath)