コード例 #1
0
 def binary_hook(t_self, resources, elf, binf):
     from tools.targets.REALTEK_RTL8195AM import rtl8195a_elf2bin
     rtl8195a_elf2bin(t_self, elf, binf)
コード例 #2
0
ファイル: __init__.py プロジェクト: SoCM/ELEC143
 def binary_hook(t_self, resources, elf, binf):
     from tools.targets.REALTEK_RTL8195AM import rtl8195a_elf2bin
     rtl8195a_elf2bin(t_self.name, elf, binf)