TFTPFS: Fix test configuration for FP targets

The test uses snprintf().

Update #4666.
This commit is contained in:
Sebastian Huber
2022-06-21 16:09:30 +02:00
parent e38d4f79fa
commit 085f3637aa

View File

@@ -6974,6 +6974,8 @@ static void Init( rtems_task_argument argument )
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE #define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_INIT #define CONFIGURE_INIT
#include <rtems/confdefs.h> #include <rtems/confdefs.h>