Skip to content
Snippets Groups Projects
Commit 29715a7e authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

tests/periph_hwrng: remove hwrng_init

Handled by periph_init now.
parent 774abe4e
No related branches found
No related tags found
No related merge requests found
......@@ -34,9 +34,6 @@ int main(void)
printf("This test will print from 1 to %u random bytes about every "
"second\n\n", LIMIT);
puts("Initializing the HWRNG driver.\n");
hwrng_init();
while (1) {
/* zero out buffer */
memset(buf, 0, sizeof(buf));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment