Renamed bootable image to 1284BOOT.BIN

[bootloader_zevero_sd_m1284p_make]
This commit is contained in:
maxxir_w
2019-02-07 07:58:17 +04:00
parent 591ece6c6c
commit 370a245688
2 changed files with 2 additions and 2 deletions

View File

@@ -36,7 +36,7 @@
/
/-------------------------------------------------------------------------*/
const char filename[13] ="FIRMWARE.BIN\0"; // EDIT FILENAME HERE
const char filename[13] ="1284BOOT.BIN\0"; // EDIT FILENAME HERE
#include <avr/io.h>
#include <avr/pgmspace.h>
#include <avr/eeprom.h>