removed io / delay / edited avr-builder.yml
AVR Build / build (push) Failing after 2s

This commit is contained in:
Lukas
2026-04-29 16:18:23 +02:00
parent 5147882452
commit cb2f836672
3 changed files with 5 additions and 897 deletions
+5 -1
View File
@@ -39,7 +39,11 @@ jobs:
echo "VERSION=${GITHUB_SHA::7}" >> $GITHUB_ENV
- name: Code check
run: cppcheck --enable=all --error-exitcode=1 src/
run: cppcheck --enable=all --inconclusive src \
--platform=avr8 \
--std=c99 \
-I/usr/lib/avr/15.2.0/include \
src/
- name: Build firmware
run: |