From: Nathael Pajani Date: Sun, 21 Jul 2013 23:06:32 +0000 (+0200) Subject: Add comment for parameter X-Git-Tag: v1.03~13 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=a6dfba5d701bf8ec0e6a7d19606fe04fc17d168b;p=soft%2Ftools%2Flpctools Add comment for parameter --- diff --git a/isp_commands.c b/isp_commands.c index c468b1c..88ada52 100644 --- a/isp_commands.c +++ b/isp_commands.c @@ -97,6 +97,7 @@ static int isp_ret_code(char* buf, char** endptr, int quiet) /* Connect or reconnect to the target. + * crystal_freq is in KHz * Return positive or NULL value when connection is OK, or negative value otherwise. */ int isp_connect(unsigned int crystal_freq, int quiet)