Disable debugging printf.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@276 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
60439e8414
commit
b128964e9b
2
stk500.c
2
stk500.c
|
@ -536,8 +536,10 @@ static int stk500_initialize(PROGRAMMER * pgm, AVRPART * p)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
fprintf(stderr, "%s: stk500_initialize(): n_extparms = %d\n",
|
||||
progname, n_extparms);
|
||||
#endif
|
||||
|
||||
buf[5] = 1; /* polling supported - XXX need this in config file */
|
||||
buf[6] = 1; /* programming is self-timed - XXX need in config file */
|
||||
|
|
Loading…
Reference in New Issue