init module 04

This commit is contained in:
hugo LAMY
2025-03-10 15:39:50 +01:00
parent 5274ba1ee5
commit 768054d6c2
10 changed files with 150 additions and 2 deletions

View File

@@ -75,6 +75,6 @@ restore:
avrdude -p $(AVRDUDE_MCU_TYPE) -c $(PROGRAMMER_ID) -b $(BAUD_RATE) -P $(SERIAL_PORT) -U flash:w:$(DUMP_ORI)
clean:
rm -f main.hex main.bin $(OBJ)
rm -f main.hex main.bin *.o
.PHONY : all clean hex flash restore