* avr.h:
* avr910.c:
* main.c:
* stk500.c:
New progress reporting implementation.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@337 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
troth
2003-07-29 22:08:21 +00:00
parent c79d3c75b0
commit 5bf7290268
6 changed files with 148 additions and 46 deletions

2
avr.h
View File

@@ -86,4 +86,6 @@ int avr_put_cycle_count(PROGRAMMER * pgm, AVRPART * p, int cycles);;
int avr_mem_hiaddr(AVRMEM * mem);
extern void report_progress (int completed, int total, char *hdr);
#endif