Fix the size of a response array.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@556 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
6b379d8842
commit
e58b699f41
|
@ -542,7 +542,7 @@ static unsigned char jtagmkI_get_baud(long baud)
|
|||
static int jtagmkI_initialize(PROGRAMMER * pgm, AVRPART * p)
|
||||
{
|
||||
AVRMEM hfuse;
|
||||
char cmd[1], resp[2];
|
||||
char cmd[1], resp[5];
|
||||
unsigned char b;
|
||||
|
||||
if (!(p->flags & AVRPART_HAS_JTAG)) {
|
||||
|
|
Loading…
Reference in New Issue