mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-17 02:54:17 +00:00
Annual changelog rotation.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1393 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -2168,6 +2168,9 @@ static int stk500isp_write_byte(PROGRAMMER * pgm, AVRPART * p, AVRMEM * mem,
|
||||
paddr = addr & ~(pagesize - 1);
|
||||
paddr_ptr = &PDATA(pgm)->flash_pageaddr;
|
||||
cache_ptr = PDATA(pgm)->flash_pagecache;
|
||||
if ((mem->mode & 1) == 0)
|
||||
/* old, unpaged device, really write single bytes */
|
||||
pagesize = 1;
|
||||
} else {
|
||||
pagesize = mem->page_size;
|
||||
if (pagesize == 0)
|
||||
|
||||
Reference in New Issue
Block a user