From 024434397b8f3439cdc6a75d2fc0142f130e20db Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Sat, 25 Aug 2012 22:46:33 +0200 Subject: [PATCH] comment modification, tried to make it more explicit --- lpc_prog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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); } -- 2.43.0