Skip to content

Commit ee3ecf8

Browse files
committed
[bsp][ch32-rsicv][sconscript] add drv_common.c
attach bf45948
1 parent 4f5ba63 commit ee3ecf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bsp/wch/risc-v/Libraries/ch32_drivers/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from building import *
22

33
cwd = GetCurrentDir()
4-
src = []
4+
src = ['drv_common.c']
55
path = [cwd]
66

77
if GetDepend('SOC_RISCV_FAMILY_CH32'):

0 commit comments

Comments
 (0)