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 5837c2e commit 5373a3cCopy full SHA for 5373a3c
SConscript
@@ -11,6 +11,7 @@ src += Glob('extmod/*.c')
11
src += Glob('port/*.c')
12
src += Glob('port/modules/*.c')
13
src += Glob('port/modules/machine/*.c')
14
+src += Glob('port/modules/user/*.c')
15
src += Glob('lib/netutils/*.c')
16
src += Glob('lib/timeutils/*.c')
17
src += Glob('drivers/bus/*.c')
port/modules/moduserfunc.c port/modules/user/moduserfunc.cport/modules/moduserfunc.c renamed to port/modules/user/moduserfunc.c
0 commit comments