mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2025-03-20 03:32:55 +00:00
16 lines
216 B
Python
16 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)
|
||
|
|
||
|
|
||
|
|