Skip to content

Commit 546c949

Browse files
author
Olli-Pekka Puolitaival
committed
Enable icetea support check
1 parent e1da2d0 commit 546c949

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mbed/mbed.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2639,9 +2639,6 @@ def test_(toolchain=None, target=None, compile_list=False, run_list=False, compi
26392639
# Check if current Mbed OS support icetea
26402640
icetea_supported = program.requirements_contains('icetea')
26412641

2642-
# TODO: Remove next line when publishing this commit
2643-
icetea_supported = True
2644-
26452642
# Disable icetea if not supported
26462643
if not icetea_supported:
26472644
icetea = False

0 commit comments

Comments
 (0)