Remove incompatible post binary hook

pull/4521/head
Jimmy Brisson 2017-06-05 09:51:16 -05:00 committed by adbridge
parent 191ea7580c
commit 07276fb4d6
1 changed files with 1 additions and 2 deletions

View File

@ -39,8 +39,7 @@ class Makefile(Exporter):
"MCU_NRF51Code.binary_hook",
"TEENSY3_1Code.binary_hook",
"LPCTargetCode.lpc_patch",
"LPC4088Code.binary_hook",
"RTL8195ACode.binary_hook"
"LPC4088Code.binary_hook"
])
def generate(self):