From 350a5aa1d712519d023f5bcf4e11262ab77b4478 Mon Sep 17 00:00:00 2001 From: Liz Date: Tue, 25 Feb 2025 08:59:48 -0500 Subject: [PATCH] freq needs to be 150, removing tinyusb CI types --- .github/workflows/githubci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/githubci.yml b/.github/workflows/githubci.yml index 0cb2b3b..834a48d 100644 --- a/.github/workflows/githubci.yml +++ b/.github/workflows/githubci.yml @@ -20,7 +20,7 @@ jobs: run: bash ci/actions_install.sh - name: test platforms - run: python3 ci/build_platform.py feather_rp2350 feather_rp2350_tinyusb metro_rp2350 metro_rp2350_tinyusb + run: python3 ci/build_platform.py feather_rp2350 metro_rp2350 - name: clang run: python3 ci/run-clang-format.py -e "ci/*" -e "bin/*" -r .