예제 #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])