Skip to content

Commit 8856f1a

Browse files
committed
Deprecate Coide
1 parent fea553c commit 8856f1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/export/coide/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@
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

2121

22+
@deprecated_exporter
2223
class CoIDE(Exporter):
2324
NAME = 'CoIDE'
2425
TOOLCHAIN = 'GCC_ARM'

0 commit comments

Comments
 (0)