Skip to content

Commit e0e1097

Browse files
Fix code typo in example
1 parent a5ba72c commit e0e1097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/SpritzBestPractice/SpritzBestPractice.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ void loop() {
9090
}
9191

9292
/* If spritz_hash_final() will not wipe hash_ctx data */
93-
#ifdef WIPE_AFTER_USAGE
93+
#ifndef WIPE_AFTER_USAGE
9494
spritz_wipe(&hash_ctx);
9595
#endif
9696

9797
spritz_wipe(&rng_ctx);
9898

9999

100-
//delay(5000); /* Wait 5s */
100+
delay(5000); /* Wait 5s */
101101
}

0 commit comments

Comments
 (0)