From: Nathael Pajani Date: Sat, 25 Aug 2012 20:46:33 +0000 (+0200) Subject: comment modification, tried to make it more explicit X-Git-Tag: v1.0~9 X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=024434397b8f3439cdc6a75d2fc0142f130e20db;p=soft%2Ftools%2Flpctools comment modification, tried to make it more explicit --- diff --git a/lpc_prog.c b/lpc_prog.c index aff765b..240841b 100644 --- a/lpc_prog.c +++ b/lpc_prog.c @@ -241,7 +241,8 @@ static int prog_connect_and_id(int freq) sync_ret = isp_connect(freq, 1); /* Synchro failed or already synchronised ? */ if (sync_ret < 0) { - /* If already synchronized, then sync command and the next command fail */ + /* If already synchronized, then sync command and the next command fail. + Sync failed, maybe we are already sync'ed, then send one command for nothing */ isp_cmd_part_id(1); }