Deprecate e2studio

pull/4824/head
Jimmy Brisson 2017-07-11 11:15:43 -05:00 committed by Martin Kojtal
parent 4407b001b7
commit cc53dd75a3
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 E2Studio(Exporter):
NAME = 'e2 studio'
TOOLCHAIN = 'GCC_ARM'