Skip to content

Commit 052b77a

Browse files
committed
Merge branch 'bugfix/compile_error_in_idf_component.yml_v3.4' into 'release/v3.4.0.0'
fix: Fixed a compilation error caused by the upgrade of idf-component-manager (v3.4) See merge request application/esp-at!1604
2 parents 82dcb60 + ae44900 commit 052b77a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ dependencies:
33
espressif/cmake_utilities:
44
version: "==0.4.8"
55
rules:
6-
- if: "target in esp32c2"
6+
- if: "target in [esp32c2]"

0 commit comments

Comments
 (0)