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.
1 parent 97850b5 commit 5a8c12dCopy full SHA for 5a8c12d
bsp/gd32/arm/libraries/gd32_drivers/SConscript
@@ -56,6 +56,10 @@ if GetDepend('RT_USING_SDIO'):
56
if GetDepend('RT_USING_PWM'):
57
src += ['drv_pwm.c']
58
59
+# add can drivers.
60
+if GetDepend('RT_USING_CAN'):
61
+ src += ['drv_can.c']
62
+
63
# add sdram drivers.
64
if GetDepend('BSP_USING_SDRAM'):
65
src += ['drv_sdram.c']
0 commit comments