ftpd: Use floating-point tasks due to syslog()

Update #3419.
This commit is contained in:
Sebastian Huber
2018-04-30 10:12:37 +02:00
parent 4fed5ac2a4
commit 32b5b238da

View File

@@ -2120,7 +2120,7 @@ rtems_initialize_ftpd(void)
priority, RTEMS_MINIMUM_STACK_SIZE,
RTEMS_PREEMPT | RTEMS_NO_TIMESLICE | RTEMS_NO_ASR |
RTEMS_INTERRUPT_LEVEL(0),
RTEMS_NO_FLOATING_POINT | RTEMS_LOCAL,
RTEMS_FLOATING_POINT | RTEMS_LOCAL,
&tid);
if (sc == RTEMS_SUCCESSFUL)