Add support for displaying and changing the various STK500 operational

parameters.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@336 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2003-07-24 21:26:28 +00:00
parent f621ec980e
commit 4e704ad695
9 changed files with 458 additions and 7 deletions

3
pgm.c
View File

@@ -93,6 +93,9 @@ PROGRAMMER * pgm_new(void)
pgm->write_byte = NULL;
pgm->read_byte = NULL;
pgm->read_sig_bytes = NULL;
pgm->set_vtarget = NULL;
pgm->set_varef = NULL;
pgm->set_fosc = NULL;
return pgm;
}