Skip to content

Commit acb1e56

Browse files
committed
format code
1 parent b3329e3 commit acb1e56

22 files changed

+6
-26
lines changed

CHANGELOG

Lines changed: 0 additions & 20 deletions
This file was deleted.

SConscript

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ src = []
99
inc = []
1010

1111
# add librws common include
12-
inc = inc + [cwd + '/librws/inc']
12+
inc = inc + [cwd + '/inc']
1313

1414
# add librws basic code
15-
src = src + Glob('librws/src/*.c')
15+
src = src + Glob('src/*.c')
1616

1717
# add group to IDE project
18-
objs = DefineGroup('librws_rtthread', src, depend = ['PKG_USING_LIBRWS', 'RT_USING_PTHREADS'], CPPPATH = inc)
18+
objs = DefineGroup('librws', src, depend = ['PKG_USING_LIBRWS', 'RT_USING_PTHREADS'], CPPPATH = inc)
1919

2020
# traversal subscript
2121
list = os.listdir(cwd)

examples/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inc = []
1212
inc = inc + [cwd]
1313

1414
# add librws basic code
15-
src = src + Glob('./*.c')
15+
src = src + Glob('*.c')
1616

1717
# add group to IDE project
1818
objs = DefineGroup('librws_example', src, depend = ['LIBRWS_USING_EXAMPLE'], CPPPATH = inc)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)