summaryrefslogtreecommitdiff
path: root/test/math_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/math_util.c')
-rw-r--r--test/math_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math_util.c b/test/math_util.c
index 9a449a93a3..8fd32e5a79 100644
--- a/test/math_util.c
+++ b/test/math_util.c
@@ -46,7 +46,7 @@ static int test_acos(void)
}
-const matrix_3x3_t test_matrices[] = {
+const mat33_fp_t test_matrices[] = {
{{ 0, FLOAT_TO_FP(-1), 0},
{FLOAT_TO_FP(-1), 0, 0},
{ 0, 0, FLOAT_TO_FP(1)} },