Skip to content

Commit

Permalink
modify issue
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jun 8, 2018
1 parent 80b3547 commit cd88c50
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
Expand Down

0 comments on commit cd88c50

Please sign in to comment.