Skip to content

Commit

Permalink
RNG initialization on setup() function.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jun 26, 2024
1 parent a6602b3 commit 15befc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions picoware/picoware.ino
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#include "uartix.h"

void setup() {
uartix_init_rng();

Serial.begin(16375000);
while(!Serial);
}
Expand Down

0 comments on commit 15befc9

Please sign in to comment.