Deprecate LPCXpresso

pull/4742/head
Jimmy Brisson 2017-07-11 11:16:17 -05:00
parent cc37669af2
commit 756d062e73
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 tools.export.exporters import Exporter
from tools.export.exporters import Exporter, deprecated_exporter
@deprecated_exporter
class LPCXpresso(Exporter):
NAME = 'LPCXpresso'
TOOLCHAIN = 'GCC_ARM'