mirror of https://github.com/ARMmbed/mbed-os.git
KW41Z: Avoid using TARGET_NXP macro
Having Freescale and NXP macro causes compile from both TARGET_Freescale and TARGET_NXP HAL folders. Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>pull/13115/head
parent
469ada5a11
commit
9e8998a91c
|
|
@ -696,8 +696,7 @@
|
|||
"MCUXpresso_MCUS",
|
||||
"KSDK2_MCUS",
|
||||
"FRDM",
|
||||
"FRAMEWORK_5_3_3",
|
||||
"NXP"
|
||||
"FRAMEWORK_5_3_3"
|
||||
],
|
||||
"is_disk_virtual": true,
|
||||
"macros": [
|
||||
|
|
|
|||
Loading…
Reference in New Issue