From cd88c5016f5b25e1e9a5f2963c96b2906526b032 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 8 Jun 2018 16:27:25 +0800 Subject: [PATCH] modify issue --- project.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/project.c b/project.c index f20b347..7a7d863 100755 --- a/project.c +++ b/project.c @@ -625,13 +625,13 @@ bool threadCompareFileAndChip(int Index) //refresh vcc before verify - // TurnOFFVcc(Index); - // Sleep(1000); - // TurnONVcc(Index); - // Sleep(1000); + TurnOFFVcc(Index); + Sleep(100); + TurnONVcc(Index); + Sleep(100); - // if(IdentifyChipBeforeOperation(Index)==false) -// result = false; + if(IdentifyChipBeforeOperation(Index)==false) + result = false; if( result ) {