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:
bdean 2003-03-10 22:58:21 +00:00
parent 60439e8414
commit b128964e9b
1 changed files with 2 additions and 0 deletions

View File

@ -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 */