Skip to content

Commit cd58a68

Browse files
authored
relax toolchain check
to support patch3 and patch4 version
1 parent 2b8e686 commit cd58a68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/toolchain_versions.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch3
1+
SUPPORTED_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch
22
SUPPORTED_TOOLCHAIN_GCC_VERSIONS = 8.4.0
33

4-
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch3
5-
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r2-patch3
4+
CURRENT_TOOLCHAIN_COMMIT_DESC = esp-2021r2-patch
5+
CURRENT_TOOLCHAIN_COMMIT_DESC_SHORT = esp-2021r2-patch
66
CURRENT_TOOLCHAIN_GCC_VERSION = 8.4.0

0 commit comments

Comments
 (0)