We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc3ca25 commit b7b8f37Copy full SHA for b7b8f37
1 file changed
.github/workflows/build_avr.yml
@@ -29,3 +29,6 @@ jobs:
29
cd examples/avr/basic_usage/build
30
make clean
31
make build DEVICE=atmega328p F_CPU=16000000L
32
+ cd examples/avr/basic_usage_callbacks/build
33
+ make clean
34
+ make build DEVICE=atmega328p F_CPU=16000000L
0 commit comments