Skip to content

Commit 97c2c57

Browse files
committed
Fix AVR example build
1 parent 18a3609 commit 97c2c57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/avr/basic_usage/build/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ SRCS += $(shell find $(WORKSPACE)/lib -type f -name *.c)
5252
SRCS += $(shell find $(WORKSPACE)/lib -type f -name *.cpp)
5353

5454
# MinBaseCLI Sources
55+
SRCS += $(MINBASECLIPATH)/minbasecli.cpp
5556
SRCS += $(MINBASECLIPATH)/hal/avr/minbasecli_avr.cpp
5657
SRCS += $(shell find $(MINBASECLIPATH)/hal/avr/avr-uart-driver/src -type f -name *.cpp)
5758

0 commit comments

Comments
 (0)