Skip to content

Commit ec860a3

Browse files
mmahadevan108decsny
authored andcommitted
hal_cmake: Fix Typo
Fix a typo in the hal cmake file Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
1 parent f436a45 commit ec860a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcux/hal_nxp.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ include(driver_common)
9191

9292
#Include system_xxx file
9393
#This can be extended to other SoC series if needed
94-
if (DEFINED CONFIG_PLATFORM_SPECIFIC_INIT OR DEFINED CONIFG_SOC_SERIES_IMXRT6XX
94+
if (DEFINED CONFIG_PLATFORM_SPECIFIC_INIT OR DEFINED CONFIG_SOC_SERIES_IMXRT6XX
9595
OR DEFINED CONFIG_SOC_SERIES_LPC55XXX)
9696
if (CONFIG_SOC_MIMXRT1166_CM4)
9797
include(device_system_MIMXRT1166_cm4)

0 commit comments

Comments
 (0)