Disabled makefile exporters for PSoC 6 based targets.

pull/8491/head
Leszek Rusinowicz 2018-11-02 17:27:56 +01:00
parent 6203d04630
commit 53477848f5
1 changed files with 1 additions and 2 deletions

View File

@ -54,8 +54,7 @@ class Makefile(Exporter):
"MCU_NRF51Code.binary_hook",
"TEENSY3_1Code.binary_hook",
"LPCTargetCode.lpc_patch",
"LPC4088Code.binary_hook",
"PSOC6Code.complete"
"LPC4088Code.binary_hook"
])
@classmethod