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 2bf9ba0 + 0d2be12 commit c4cd2a1Copy full SHA for c4cd2a1
bsp/stm32/libraries/HAL_Drivers/SConscript
@@ -30,7 +30,7 @@ if GetDepend(['RT_USING_I2C', 'RT_USING_I2C_BITOPS']):
30
if GetDepend('BSP_USING_I2C1') or GetDepend('BSP_USING_I2C2') or GetDepend('BSP_USING_I2C3') or GetDepend('BSP_USING_I2C4'):
31
src += ['drv_soft_i2c.c']
32
33
-if GetDepend('RT_USING_LWIP'):
+if GetDepend('BSP_USING_ETH'):
34
src += ['drv_eth.c']
35
36
if GetDepend(['RT_USING_ADC']):
0 commit comments