Skip to content

Commit

Permalink
Working in windows under cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ceres-c committed Oct 14, 2020
1 parent d81c634 commit b13d52d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Firmware/Chameleon-Mini/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,6 @@ dfu-prog: $(TARGET).hex $(TARGET).eep check_size
dfu-programmer $(MCU) reset

check_size:
ifeq ($(OS),Windows_NT)
# TODO Windows version of this check
@PROGMEM_SIZE = 0
else
@{ \
set -e; \
if [ ! -f $(TARGET).elf ]; then \
Expand All @@ -194,7 +190,6 @@ else
exit 1; \
fi; \
}
endif

style:
# Make sure astyle is installed
Expand Down

0 comments on commit b13d52d

Please sign in to comment.