forked from Imagelibrary/rtems
Use "double" instead of "rtems_double".
This commit is contained in:
@@ -53,6 +53,7 @@ rtems_task Task_1(
|
|||||||
TEST_EXTERN rtems_id Task_id[ 7 ]; /* array of task ids */
|
TEST_EXTERN rtems_id Task_id[ 7 ]; /* array of task ids */
|
||||||
TEST_EXTERN rtems_id Task_name[ 7 ]; /* array of task names */
|
TEST_EXTERN rtems_id Task_name[ 7 ]; /* array of task names */
|
||||||
|
|
||||||
TEST_EXTERN rtems_double FP_factors[ 10 ]; /* FP "uniqueness" factors */
|
TEST_EXTERN double FP_factors[ 10 ]; /* FP "uniqueness" factors */
|
||||||
|
|
||||||
TEST_EXTERN uint32_t INTEGER_factors[ 10 ]; /* INT "uniqueness" factors */
|
TEST_EXTERN uint32_t INTEGER_factors[ 10 ]; /* INT "uniqueness" factors */
|
||||||
/* end of include file */
|
/* end of include file */
|
||||||
|
|||||||
Reference in New Issue
Block a user