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 15, 2020
1 parent 9c135cd commit 5ef4968
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 @@ -188,10 +188,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 @@ -204,7 +200,6 @@ else
exit 1; \
fi; \
}
endif

style:
# Make sure astyle is installed
Expand Down

0 comments on commit 5ef4968

Please sign in to comment.