Fixed bug with -DCPU_MK64FN1M0VMD12 when trying to run IAR_TOOLCHAIN

pull/621/head
GustavWi 2014-10-30 18:22:04 +01:00
parent bd7ca62d01
commit f32dabadc1
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ class K22F(Target):
Target.__init__(self)
self.core = "Cortex-M4F"
self.extra_labels = ['Freescale', 'KPSDK_MCUS', 'KPSDK_CODE']
self.macros = ["CPU_MK22FN512VLH12 ", "FSL_RTOS_MBED"]
self.macros = ["CPU_MK22FN512VLH12", "FSL_RTOS_MBED"]
self.supported_toolchains = ["ARM", "GCC_ARM"]
self.supported_form_factors = ["ARDUINO"]
self.is_disk_virtual = True