Skip to content

Commit 59a0947

Browse files
committed
Typo ident AVR example build Makefile
1 parent 1219f41 commit 59a0947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/avr/basic_usage/build/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ build: $(PRJ).bin
146146
@mv $(BUILDDIR)/*.o $(BUILDDIR)/obj/
147147
$(SIZE) $(PRJ).elf
148148
@if [ ${BOOTLOADER} = "1" ]; then\
149-
echo "Bootloader Built";\
149+
echo "Bootloader Built";\
150150
else\
151151
echo "Application Built";\
152152
fi

0 commit comments

Comments
 (0)