Ai-Thinker-Open_RTL8710BX_A.../Living_SDK/device/bluetooth/nrf51822/ucube.py

16 lines
216 B
Python
Raw Normal View History

2020-06-18 12:06:52 +00:00
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)