Пример #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
 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])