mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-16 02:31:06 +00:00
Merge pull request #1233 from janegilruud/fix-pickit4-snap-jtag
#1052 Add JTAG support for PICkit4 and Snap.
This commit is contained in:
@@ -1283,7 +1283,8 @@ static int jtag3_initialize(const PROGRAMMER *pgm, const AVRPART *p) {
|
||||
}
|
||||
}
|
||||
|
||||
//md.sram_offset[2] = p->sram; // do we need it?
|
||||
u16_to_b2(md.sram_offset, 0x100); // do we need it? YES, but it won't be used
|
||||
|
||||
if (p->ocdrev == -1) {
|
||||
int ocdrev;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user