Skip to content

Commit 756d062

Browse files
committed
Deprecate LPCXpresso
1 parent cc37669 commit 756d062

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/export/lpcxpresso/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
"""
1717
from os.path import splitext, basename
1818

19-
from tools.export.exporters import Exporter
19+
from tools.export.exporters import Exporter, deprecated_exporter
2020

21+
@deprecated_exporter
2122
class LPCXpresso(Exporter):
2223
NAME = 'LPCXpresso'
2324
TOOLCHAIN = 'GCC_ARM'

0 commit comments

Comments
 (0)