We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a3609 commit 97c2c57Copy full SHA for 97c2c57
1 file changed
examples/avr/basic_usage/build/Makefile
@@ -52,6 +52,7 @@ SRCS += $(shell find $(WORKSPACE)/lib -type f -name *.c)
52
SRCS += $(shell find $(WORKSPACE)/lib -type f -name *.cpp)
53
54
# MinBaseCLI Sources
55
+SRCS += $(MINBASECLIPATH)/minbasecli.cpp
56
SRCS += $(MINBASECLIPATH)/hal/avr/minbasecli_avr.cpp
57
SRCS += $(shell find $(MINBASECLIPATH)/hal/avr/avr-uart-driver/src -type f -name *.cpp)
58
0 commit comments