Skip to content

Commit bdafc7b

Browse files
committed
Remove tinycrypt include path
1 parent 351d5c8 commit bdafc7b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ports/zephyr-cp/cptools/build_circuitpython.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,9 +449,6 @@ async def build_circuitpython():
449449
if "ssl" in enabled_modules:
450450
# TODO: Figure out how to get these paths from zephyr
451451
circuitpython_flags.append('-DMBEDTLS_CONFIG_FILE=\\"config-mbedtls.h\\"')
452-
circuitpython_flags.extend(
453-
("-isystem", portdir / "modules" / "crypto" / "tinycrypt" / "lib" / "include")
454-
)
455452
circuitpython_flags.extend(
456453
("-isystem", portdir / "modules" / "crypto" / "mbedtls" / "include")
457454
)

0 commit comments

Comments
 (0)