summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared/bsplibc.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/shared/bsplibc.c')
-rw-r--r--c/src/lib/libbsp/shared/bsplibc.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/c/src/lib/libbsp/shared/bsplibc.c b/c/src/lib/libbsp/shared/bsplibc.c
index f5b4f3e68a..f8016d5e70 100644
--- a/c/src/lib/libbsp/shared/bsplibc.c
+++ b/c/src/lib/libbsp/shared/bsplibc.c
@@ -31,8 +31,5 @@ void bsp_libc_init(
* Set up for the libc handling.
*/
- if ( BSP_Configuration.ticks_per_timeslice > 0 )
- libc_init(1); /* reentrant if possible */
- else
- libc_init(0); /* non-reentrant */
+ libc_init(1); /* reentrant if possible */
}