mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #8883 from PeterKietzmann/pr_remove_xorshift_printf
sys/random: remove printf in xorshift
This commit is contained in:
commit
da33bff707
@ -20,7 +20,6 @@
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "random.h"
|
||||
|
||||
@ -63,7 +62,6 @@ uint32_t random_uint32(void)
|
||||
|
||||
void random_init(uint32_t val)
|
||||
{
|
||||
printf("random init %u\n", (unsigned)val);
|
||||
if (!val) {
|
||||
val = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user