Skip to content

Commit 147941f

Browse files
author
Pete Lewis
committed
fixing endif error
I was seeing this error: Makefile:470: *** missing `endif'. Stop. adding in this endif seems to fix it.
1 parent 70b9c48 commit 147941f

File tree

1 file changed

+1
-0
lines changed
  • sparkfun/avr/bootloaders/optiboot

1 file changed

+1
-0
lines changed

sparkfun/avr/bootloaders/optiboot/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ ifeq ($(ENV), arduino)
5353
TOOLROOT = ../../../tools
5454
GCCROOT = $(TOOLROOT)/avr/bin/
5555
AVRDUDE_CONF = -C$(TOOLROOT)/avr/etc/avrdude.conf
56+
endif
5657

5758
ifeq ($(OS), windows)
5859
# On windows, SOME of the tool paths will need to have backslashes instead

0 commit comments

Comments
 (0)