From 085f3637aa1b9f62d464e79f55f67c8ed848c9bc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 21 Jun 2022 16:09:30 +0200 Subject: [PATCH] TFTPFS: Fix test configuration for FP targets The test uses snprintf(). Update #4666. --- testsuites/fstests/tftpfs/init.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuites/fstests/tftpfs/init.c b/testsuites/fstests/tftpfs/init.c index db3daf0b67..fe18476ef3 100644 --- a/testsuites/fstests/tftpfs/init.c +++ b/testsuites/fstests/tftpfs/init.c @@ -6974,6 +6974,8 @@ static void Init( rtems_task_argument argument ) #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT + #define CONFIGURE_INIT #include