Skip to content

Commit 8fbc69b

Browse files
committed
modules: hal_nxp: disable quick access
Define FSL_SDK_DRIVER_QUICK_ACCESS_DISABLE to disable quickaccess definition in hal_nxp drivers. Signed-off-by: Jiafei Pan <[email protected]>
1 parent 9e64a4f commit 8fbc69b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/hal_nxp/mcux/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ zephyr_compile_definitions_ifdef(
106106
I2C_RETRY_TIMES=40000
107107
)
108108

109+
zephyr_compile_definitions(FSL_SDK_DRIVER_QUICK_ACCESS_DISABLE)
110+
109111
# note: if FSL_IRQSTEER_ENABLE_MASTER_INT is not
110112
# defined then it will automatically be defined
111113
# and set to 1 via fsl_irqsteer.h

0 commit comments

Comments
 (0)