Skip to content

Fix some typos in filters for TDA7719 #18

Fix some typos in filters for TDA7719

Fix some typos in filters for TDA7719 #18

Workflow file for this run

name: C/C++ CI
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install compiler
run: |
sudo apt-get -y install gcc-arm-none-eabi
- name: Build firmwares
run: |
./build_all.sh
- name: Store build artifacts
uses: actions/upload-artifact@v4
with:
name: ampcontrol-f103-firmwares-${{ github.sha }}
path: |
src/flash