add chiller

This commit is contained in:
eddyem
2018-12-20 22:14:27 +03:00
parent 6be95bdab9
commit 1e56a58dc8
40 changed files with 35700 additions and 27 deletions

View File

@@ -127,7 +127,7 @@ $(ELF): $(OBJDIR) $(OBJS)
clean:
@echo " CLEAN"
$(RM) $(OBJS) $(DEPS) $(ELF) $(HEX) $(LIST) $(OBJDIR)/*.map *.d
$(RM) $(OBJS) $(DEPS) $(ELF) $(HEX) $(LIST) $(OBJDIR)/*.map
@rmdir $(OBJDIR) 2>/dev/null || true
dfuboot: $(BIN)

Binary file not shown.