updates Ehrenberg device files

This commit is contained in:
2024-07-16 16:22:42 +02:00
parent 1f4b4d2bb9
commit 79a245b7f2
4 changed files with 273 additions and 280 deletions

2
env/common-gcc.mk vendored
View File

@@ -79,6 +79,6 @@ $(CXX_OBJS): %.o: %.cpp $(HEADERS)
.PHONY: clean
clean:
rm -f $(CLEAN_OBJS) $(LIBWRAP)
rm -f $(CLEAN_OBJS) $(LIBWRAP) *.a *.hex *.map *.dis *.elf
endif