diff --git a/Firmware/Chameleon-Mini/Makefile b/Firmware/Chameleon-Mini/Makefile index 14d598d1..5a6e5c0d 100644 --- a/Firmware/Chameleon-Mini/Makefile +++ b/Firmware/Chameleon-Mini/Makefile @@ -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 \ @@ -194,7 +190,6 @@ else exit 1; \ fi; \ } -endif style: # Make sure astyle is installed