We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a53b08 + 4c32843 commit 6d3847bCopy full SHA for 6d3847b
bsp/imxrt/libraries/MIMXRT1050/SConscript
@@ -34,6 +34,7 @@ if GetDepend(['BSP_USING_HWTIMER']) or GetDepend(['BSP_USING_PWM']):
34
35
if GetDepend(['BSP_USING_PWM']):
36
src += ['MIMXRT1052/drivers/fsl_pwm.c']
37
+ src += ['MIMXRT1052/drivers/fsl_qtmr.c']
38
39
if GetDepend(['BSP_USING_RTC']):
40
src += ['MIMXRT1052/drivers/fsl_snvs_hp.c']
0 commit comments