mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Fix tests
This commit is contained in:
@ -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":
|
||||||
|
Reference in New Issue
Block a user