Skip to content

Commit 5d52e39

Browse files
RobinKastbergdkalowsk
authored andcommitted
random: random_timer.c Remove __GNUC__ ifdef
Remove an old __GNUC__ ifdef Signed-off-by: Robin Kastberg <[email protected]>
1 parent 3a39ca1 commit 5d52e39

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

subsys/random/random_timer.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
#include <zephyr/spinlock.h>
2121
#include <string.h>
2222

23-
#if defined(__GNUC__)
24-
2523
static struct k_spinlock rand32_lock;
2624

2725
/**
@@ -71,4 +69,3 @@ void z_impl_sys_rand_get(void *dst, size_t outlen)
7169
outlen -= blocksize;
7270
}
7371
}
74-
#endif /* __GNUC__ */

0 commit comments

Comments
 (0)