This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread
Watch
4
Star
0
Fork
You've already forked rt-thread
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
d7caff4d06
rt-thread
/
components
/
hello
/
SConscript
9 lines
72 B
Python
Raw
Blame
History
Import
(
'
env
'
)
src
=
(
'
hello.c
'
)
obj
=
env
.
Object
(
src
)
Return
(
'
obj
'
)
View Git Blame
Copy Permalink