Deprecate LPCXpresso

pull/4824/head
Jimmy Brisson 2017-07-11 11:16:17 -05:00 committed by Martin Kojtal
parent 423959d4ca
commit f6710236ef
1 changed files with 2 additions and 1 deletions

View File

@ -16,8 +16,9 @@ limitations under the License.
""" """
from os.path import splitext, basename 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): class LPCXpresso(Exporter):
NAME = 'LPCXpresso' NAME = 'LPCXpresso'
TOOLCHAIN = 'GCC_ARM' TOOLCHAIN = 'GCC_ARM'