Skip to content

Commit a5cc8ef

Browse files
theotherjimmysg-
authored andcommitted
Remove incompatible post binary hook
1 parent d06e216 commit a5cc8ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/export/makefile/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ class Makefile(Exporter):
3939
"MCU_NRF51Code.binary_hook",
4040
"TEENSY3_1Code.binary_hook",
4141
"LPCTargetCode.lpc_patch",
42-
"LPC4088Code.binary_hook",
43-
"RTL8195ACode.binary_hook"
42+
"LPC4088Code.binary_hook"
4443
])
4544

4645
def generate(self):

0 commit comments

Comments
 (0)