Skip to content

Commit 9e8998a

Browse files
committed
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 <[email protected]>
1 parent 469ada5 commit 9e8998a

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

targets/targets.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,8 +696,7 @@
696696
"MCUXpresso_MCUS",
697697
"KSDK2_MCUS",
698698
"FRDM",
699-
"FRAMEWORK_5_3_3",
700-
"NXP"
699+
"FRAMEWORK_5_3_3"
701700
],
702701
"is_disk_virtual": true,
703702
"macros": [

0 commit comments

Comments
 (0)