mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-29 17:47:14 +02:00
Fix tests
This commit is contained in:
@ -662,7 +662,7 @@ class PlatformBoardConfig(object):
|
||||
"fcpu":
|
||||
int(
|
||||
re.sub(r"[^\d]+", "",
|
||||
self._manifest.get("build", {}).get("f_cpu", ""))),
|
||||
self._manifest.get("build", {}).get("f_cpu", "0L"))),
|
||||
"ram":
|
||||
self._manifest.get("upload", {}).get("maximum_ram_size", 0),
|
||||
"rom":
|
||||
|
Reference in New Issue
Block a user