mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-13 17:34:56 +00:00
Correct a few comments.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@59 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user