comment
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@92 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
5abf255801
commit
9a28000280
|
@ -117,7 +117,9 @@ part_def :
|
|||
}
|
||||
|
||||
/*
|
||||
* perform some sanity checking
|
||||
* perform some sanity checking, and compute the number of bits
|
||||
* to shift a page for constructing the page address for
|
||||
* page-addressed memories.
|
||||
*/
|
||||
for (i=0; i<AVR_MAXMEMTYPES; i++) {
|
||||
if (current_part->mem[i].paged) {
|
||||
|
|
Loading…
Reference in New Issue