diff --git a/module00/ex00/Makefile b/module00/ex00/Makefile index 6f8c51b..d394f38 100644 --- a/module00/ex00/Makefile +++ b/module00/ex00/Makefile @@ -35,8 +35,9 @@ $(TARGET).hex: $(TARGET).bin # -U : Uploads (w = write) the HEX firmware file to the flash memory # (-v : verbose info dump) flash: - avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -v -# avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -U flash:w:$(TARGET).hex + avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -U flash:w:$(TARGET).hex +# avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -v +# avrdude -p m328p -c arduino -b 115200 -P /dev/ttyUSB0 -U flash:w:../../ressources/dump_atmega328p_ori.hex dump: