mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #1932 from geky/fix-dup-feature-defines
Removed duplicate feature declarationspull/1937/head
commit
ffa45c9935
|
@ -313,7 +313,6 @@ class mbedToolchain:
|
|||
# Target and Toolchain symbols
|
||||
labels = self.get_labels()
|
||||
self.symbols = ["TARGET_%s" % t for t in labels['TARGET']]
|
||||
self.symbols.extend(["FEATURE_%s" % t for t in labels['FEATURE']])
|
||||
self.symbols.extend(["TOOLCHAIN_%s" % t for t in labels['TOOLCHAIN']])
|
||||
|
||||
# Config support
|
||||
|
|
Loading…
Reference in New Issue