mirror of https://github.com/ARMmbed/mbed-os.git
Remove incompatible post binary hook
parent
191ea7580c
commit
07276fb4d6
|
@ -39,8 +39,7 @@ class Makefile(Exporter):
|
||||||
"MCU_NRF51Code.binary_hook",
|
"MCU_NRF51Code.binary_hook",
|
||||||
"TEENSY3_1Code.binary_hook",
|
"TEENSY3_1Code.binary_hook",
|
||||||
"LPCTargetCode.lpc_patch",
|
"LPCTargetCode.lpc_patch",
|
||||||
"LPC4088Code.binary_hook",
|
"LPC4088Code.binary_hook"
|
||||||
"RTL8195ACode.binary_hook"
|
|
||||||
])
|
])
|
||||||
|
|
||||||
def generate(self):
|
def generate(self):
|
||||||
|
|
Loading…
Reference in New Issue