Skip to content

Commit 6025ae1

Browse files
committed
Disable unnecessary macro for baremetal profile
1 parent 04c1f93 commit 6025ae1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

builder/frameworks/_bare.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@
5454
CCFLAGS=[
5555
"-mcpu=%s" % env.BoardConfig().get("build.cpu")
5656
],
57-
CPPDEFINES=[
58-
env.BoardConfig().get("build.variant", "").upper()
59-
],
6057
LINKFLAGS=[
6158
"-mcpu=%s" % env.BoardConfig().get("build.cpu")
6259
]

0 commit comments

Comments
 (0)