mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
Clarify comment
This commit is contained in:
@@ -730,7 +730,7 @@ static int elf_mem_limits(const AVRMEM *mem, const AVRPART *p,
|
|||||||
*lowbound = 0;
|
*lowbound = 0;
|
||||||
*highbound = 0x7Fffff; // Max 8 MiB
|
*highbound = 0x7Fffff; // Max 8 MiB
|
||||||
*fileoff = 0;
|
*fileoff = 0;
|
||||||
} else if (strcmp(mem->desc, "data") == 0) { // Volatile SRAM for XMEGA (not the .data section)
|
} else if (strcmp(mem->desc, "data") == 0) { // SRAM for XMEGAs
|
||||||
*lowbound = 0x802000;
|
*lowbound = 0x802000;
|
||||||
*highbound = 0x80ffff;
|
*highbound = 0x80ffff;
|
||||||
*fileoff = 0;
|
*fileoff = 0;
|
||||||
|
Reference in New Issue
Block a user