mirror of https://github.com/ARMmbed/mbed-os.git
Fix check on UVISOR_PRESENT=1 macro
parent
5828ebdb90
commit
ec0e403bf9
|
@ -217,7 +217,7 @@ class mbedToolchain:
|
||||||
|
|
||||||
self.mp_pool = None
|
self.mp_pool = None
|
||||||
|
|
||||||
if 'UVISOR_PRESENT' in self.macros:
|
if 'UVISOR_PRESENT=1' in self.macros:
|
||||||
self.target.core = re.sub(r"F$", '', self.target.core)
|
self.target.core = re.sub(r"F$", '', self.target.core)
|
||||||
|
|
||||||
def get_output(self):
|
def get_output(self):
|
||||||
|
|
Loading…
Reference in New Issue