Skip to content

Commit

Permalink
Update seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Upadhyayula committed Apr 8, 2024
1 parent 600fab6 commit 99c77b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ volatile uint32_t rst_count __attribute__((section(".dccm.persistent"))) = 0;
enum printf_verbosity verbosity_g = LOW;
#endif

#ifdef RNG_SEED
unsigned time = (unsigned) RNG_SEED;
#ifdef MY_RANDOM_SEED
unsigned time = (unsigned) MY_RANDOM_SEED;
#else
unsigned time = 0;
#endif
Expand Down

0 comments on commit 99c77b4

Please sign in to comment.