Fix tests

This commit is contained in:
Ivan Kravets
2017-09-17 02:18:35 +03:00
parent 68c56e042c
commit 22fb89e56a

View File

@ -662,7 +662,7 @@ class PlatformBoardConfig(object):
"fcpu": "fcpu":
int( int(
re.sub(r"[^\d]+", "", re.sub(r"[^\d]+", "",
self._manifest.get("build", {}).get("f_cpu", ""))), self._manifest.get("build", {}).get("f_cpu", "0L"))),
"ram": "ram":
self._manifest.get("upload", {}).get("maximum_ram_size", 0), self._manifest.get("upload", {}).get("maximum_ram_size", 0),
"rom": "rom":