コード例 #1
0
 def ncs36510_addfib(t_self, resources, elf, binf):
     from tools.targets.NCS import add_fib_at_start
     print("binf ", binf)
     add_fib_at_start(binf[:-4])
コード例 #2
0
ファイル: __init__.py プロジェクト: SoCM/ELEC143
 def ncs36510_addfib(t_self, resources, elf, binf):
     from tools.targets.NCS import add_fib_at_start
     print("binf ", binf)
     add_fib_at_start(binf[:-4])