mirror of https://github.com/ARMmbed/mbed-os.git
Add missing space - coding style nit
Co-Authored-By: deepikabhavnani <deepika.bhavnani@arm.com>pull/9431/head
parent
6097095de4
commit
811152da65
|
@ -44,7 +44,7 @@ class IAR(mbedToolchain):
|
|||
|
||||
def __init__(self, target, notify=None, macros=None, build_profile=None,
|
||||
build_dir=None):
|
||||
mbedToolchain.__init__(self, target, notify, macros, build_dir=build_dir,build_profile=build_profile)
|
||||
mbedToolchain.__init__(self, target, notify, macros, build_dir=build_dir, build_profile=build_profile)
|
||||
core = target.core
|
||||
if CORE_ARCH[target.core] == 8:
|
||||
# Add linking time preprocessor macro DOMAIN_NS
|
||||
|
|
Loading…
Reference in New Issue