comment
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@92 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
216ed6b0f7
commit
3932edf5c2
|
@ -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++) {
|
for (i=0; i<AVR_MAXMEMTYPES; i++) {
|
||||||
if (current_part->mem[i].paged) {
|
if (current_part->mem[i].paged) {
|
||||||
|
|
Loading…
Reference in New Issue