Skip to content

Commit 5373a3c

Browse files
committed
[change] the location of moduserfunc.c
1 parent 5837c2e commit 5373a3c

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

SConscript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ src += Glob('extmod/*.c')
1111
src += Glob('port/*.c')
1212
src += Glob('port/modules/*.c')
1313
src += Glob('port/modules/machine/*.c')
14+
src += Glob('port/modules/user/*.c')
1415
src += Glob('lib/netutils/*.c')
1516
src += Glob('lib/timeutils/*.c')
1617
src += Glob('drivers/bus/*.c')

0 commit comments

Comments
 (0)