提交 9b109639 编写于 作者: mysterywolf's avatar mysterywolf 提交者: mysterywolf

[stm32] sconscript typo

上级 da0c8a6d
......@@ -39,10 +39,10 @@ if GetDepend(['BSP_USING_ETH', 'RT_USING_LWIP']):
src += ['drv_eth.c']
if GetDepend(['RT_USING_ADC']):
src += Glob('drv_adc.c')
src += ['drv_adc.c']
if GetDepend(['RT_USING_DAC']):
src += Glob('drv_dac.c')
src += ['drv_dac.c']
if GetDepend(['RT_USING_CAN']):
src += ['drv_can.c']
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册