Clone of official tools
Diff: export/lpcxpresso/__init__.py
- Revision:
- 40:7d3fa6b99b2b
- Parent:
- 36:96847d42f010
- Child:
- 43:2a7da56ebd24
--- a/export/lpcxpresso/__init__.py Wed Jul 19 16:44:30 2017 -0500 +++ b/export/lpcxpresso/__init__.py Tue Oct 10 16:56:30 2017 -0500 @@ -16,8 +16,9 @@ """ from os.path import splitext, basename -from tools.export.exporters import Exporter +from tools.export.exporters import Exporter, deprecated_exporter +@deprecated_exporter class LPCXpresso(Exporter): NAME = 'LPCXpresso' TOOLCHAIN = 'GCC_ARM'