forked from xuos/xiuos
connection/bluetooth/bluetooth verify
1.write the SConscript 2.modify the config for rt-thread
This commit is contained in:
10
APP_Framework/Framework/connection/bluetooth/hc08/SConscript
Normal file
10
APP_Framework/Framework/connection/bluetooth/hc08/SConscript
Normal file
@@ -0,0 +1,10 @@
|
||||
from building import *
|
||||
import os
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = []
|
||||
if GetDepend(['ADAPTER_HC08']):
|
||||
src += ['hc08.c']
|
||||
group = DefineGroup('connection bluetooth hc08', src, depend = [], CPPPATH = [cwd])
|
||||
|
||||
Return('group')
|
||||
Reference in New Issue
Block a user