Skip to content

Commit

Permalink
fix: added 10ms delay after setSecurity()
Browse files Browse the repository at this point in the history
  • Loading branch information
ppescher committed May 25, 2016
1 parent e4cbccf commit 0eeeefc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EefcFlash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ EefcFlash::setSecurity()
{
waitFSR();
writeFCR0(EEFC_FCMD_SGPB, 0);
usleep(10000);
}

bool
Expand Down

0 comments on commit 0eeeefc

Please sign in to comment.