From c979cbac1f22e298839ad19505b8ed8766990342 Mon Sep 17 00:00:00 2001 From: Scott Gibb Date: Tue, 28 Jan 2025 14:43:11 +0000 Subject: [PATCH] fix --- .github/workflows/.mega-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.mega-linter.yaml b/.github/workflows/.mega-linter.yaml index 246bc86b..b2bc4573 100644 --- a/.github/workflows/.mega-linter.yaml +++ b/.github/workflows/.mega-linter.yaml @@ -232,7 +232,7 @@ jobs: cd examples/esp32 # cargo clippy --no-default-features --features=esp32 --target=xtensa-esp32-none-elf -- -D warnings # (Disabled due to missing toolchain) cargo clippy --no-default-features --features=esp32c2 --target=riscv32imc-unknown-none-elf -- -D warnings - cargo clippy --no-default-features --features=esp32c3--target=riscv32imc-unknown-none-elf -- -D warnings + cargo clippy --no-default-features --features=esp32c3 --target=riscv32imc-unknown-none-elf -- -D warnings cargo clippy --no-default-features --features=esp32c6 --target=riscv32imc-unknown-none-elf -- -D warnings cargo clippy --no-default-features --features=esp32h2 --target=riscv32imc-unknown-none-elf -- -D warnings # cargo clippy --no-default-features --features=esp32s3 --target=xtensa-esp32s3-none-elf -- -D warnings # (Disabled due to missing toolchain)