random: random_timer.c Remove __GNUC__ ifdef
Remove an old __GNUC__ ifdef Signed-off-by: Robin Kastberg <robin.kastberg@iar.com>
This commit is contained in:
parent
3a39ca1e7e
commit
5d52e39a52
1 changed files with 0 additions and 3 deletions
|
|
@ -20,8 +20,6 @@
|
||||||
#include <zephyr/spinlock.h>
|
#include <zephyr/spinlock.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if defined(__GNUC__)
|
|
||||||
|
|
||||||
static struct k_spinlock rand32_lock;
|
static struct k_spinlock rand32_lock;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -71,4 +69,3 @@ void z_impl_sys_rand_get(void *dst, size_t outlen)
|
||||||
outlen -= blocksize;
|
outlen -= blocksize;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif /* __GNUC__ */
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue