Skip to content

Commit 9262a4a

Browse files
committed
Disable file system flag from framework configuration
1 parent 5806ea3 commit 9262a4a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mbed.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ def get_dynamic_manifest(name, config, extra_inc_dirs=[]):
151151
libs = mbed_config.get("libs").copy()
152152
libs.update(mbed_config.get("features"))
153153

154-
if "PIO_FRAMEWORK_MBED_FILESYSTEM_PRESENT" in env.Flatten(
155-
env.get("CPPDEFINES", [])):
156-
env.Append(CPPDEFINES=["MBED_CONF_FILESYSTEM_PRESENT"])
157-
158154
#
159155
# Process Core files from framework
160156
#

0 commit comments

Comments
 (0)