From a6dfba5d701bf8ec0e6a7d19606fe04fc17d168b Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Mon, 22 Jul 2013 01:06:32 +0200 Subject: [PATCH] Add comment for parameter --- isp_commands.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.43.0