mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-05 20:05:24 +00:00
8 lines
123 B
Python
8 lines
123 B
Python
|
src = Split('''
|
||
|
yunit.c
|
||
|
''')
|
||
|
|
||
|
component = aos_component('yunit', src)
|
||
|
component.add_global_includes('include')
|
||
|
|