Correct a few comments.

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@59 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2001-02-08 01:08:30 +00:00
parent fe0f2dca65
commit ae3abef4a0
2 changed files with 6 additions and 4 deletions

2
avr.c
View File

@@ -88,6 +88,7 @@ int avr_list_parts ( FILE * f, char * prefix )
return i;
}
struct avrpart * avr_find_part ( char * p )
{
int i;
@@ -101,6 +102,7 @@ struct avrpart * avr_find_part ( char * p )
return NULL;
}
/*
* transmit and receive a bit of data to/from the AVR device
*/