We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10ed4b commit 3e6dafaCopy full SHA for 3e6dafa
tools/toolchains/__init__.py
@@ -191,7 +191,7 @@ def get_symbols(self, for_asm=False):
191
labels = self.get_labels()
192
self.cxx_symbols = ["TARGET_%s" % t for t in labels['TARGET']]
193
self.cxx_symbols.extend(["TOOLCHAIN_%s" % t for t in labels['TOOLCHAIN']])
194
-
+
195
# Cortex CPU symbols
196
if self.target.core in mbedToolchain.CORTEX_SYMBOLS:
197
self.cxx_symbols.extend(mbedToolchain.CORTEX_SYMBOLS[self.target.core])
0 commit comments