mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-23 04:52:56 +00:00
9 lines
No EOL
174 B
Python
9 lines
No EOL
174 B
Python
src = Split('''
|
|
atparser.c
|
|
''')
|
|
|
|
component = aos_component('atparser', src)
|
|
|
|
component.add_global_includes('./')
|
|
|
|
component.add_global_macros('AOS_ATCMD') |