Skip to content

Commit b7b8f37

Browse files
committed
CI build AVR callbacks example
1 parent fc3ca25 commit b7b8f37

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build_avr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,6 @@ jobs:
2929
cd examples/avr/basic_usage/build
3030
make clean
3131
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

Comments
 (0)