mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 14:35:27 +00:00
Disable debugging printf.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@276 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user