mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-02-10 22:35:20 +00:00
8 lines
137 B
Python
8 lines
137 B
Python
|
src = Split('''
|
||
|
wifi.c
|
||
|
ota.c
|
||
|
''')
|
||
|
component = aos_component('hal', src)
|
||
|
|
||
|
component.add_global_macros('AOS_HAL')
|