Skip to content

Commit 5347784

Browse files
committed
Disabled makefile exporters for PSoC 6 based targets.
1 parent 6203d04 commit 5347784

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
@@ -54,8 +54,7 @@ class Makefile(Exporter):
5454
"MCU_NRF51Code.binary_hook",
5555
"TEENSY3_1Code.binary_hook",
5656
"LPCTargetCode.lpc_patch",
57-
"LPC4088Code.binary_hook",
58-
"PSOC6Code.complete"
57+
"LPC4088Code.binary_hook"
5958
])
6059

6160
@classmethod

0 commit comments

Comments
 (0)