Skip to content

Commit 1c4d615

Browse files
committed
Deprecate e2studio
1 parent 8856f1a commit 1c4d615

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/export/e2studio/__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 E2Studio(Exporter):
2223
NAME = 'e2 studio'
2324
TOOLCHAIN = 'GCC_ARM'

0 commit comments

Comments
 (0)