Skip to content

Commit

Permalink
Fix code typo in example
Browse files Browse the repository at this point in the history
  • Loading branch information
abderraouf-adjal committed Jan 3, 2016
1 parent a5ba72c commit e0e1097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/SpritzBestPractice/SpritzBestPractice.ino
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ void loop() {
}

/* If spritz_hash_final() will not wipe hash_ctx data */
#ifdef WIPE_AFTER_USAGE
#ifndef WIPE_AFTER_USAGE
spritz_wipe(&hash_ctx);
#endif

spritz_wipe(&rng_ctx);


//delay(5000); /* Wait 5s */
delay(5000); /* Wait 5s */
}

0 comments on commit e0e1097

Please sign in to comment.