Fix check on UVISOR_PRESENT=1 macro

Alessandro Angelino 2016-04-07 16:53:41 +01:00 committed by Milosch Meriac
parent 5828ebdb90
commit ec0e403bf9
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class mbedToolchain:
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)
def get_output(self):