mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-19 19:22:55 +00:00
15 lines
216 B
Python
15 lines
216 B
Python
src =Split('''
|
|
nrf51822.c
|
|
''')
|
|
component =aos_component('hci_h4_nrf51822', src)
|
|
|
|
|
|
|
|
global_macros =Split('''
|
|
HCI_H4_NRF51822
|
|
''')
|
|
for i in global_macros:
|
|
component.add_global_macros(i)
|
|
|
|
|
|
|