summaryrefslogtreecommitdiff
path: root/board/phaser/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/phaser/board.c')
-rw-r--r--board/phaser/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/phaser/board.c b/board/phaser/board.c
index b529f83787..d66c0236ac 100644
--- a/board/phaser/board.c
+++ b/board/phaser/board.c
@@ -101,7 +101,7 @@ static struct mutex g_lid_mutex;
static struct mutex g_base_mutex;
/* Matrix to rotate lid and base sensor into standard reference frame */
-const matrix_3x3_t standard_rot_ref = {
+const mat33_fp_t standard_rot_ref = {
{ FLOAT_TO_FP(-1), 0, 0},
{ 0, FLOAT_TO_FP(-1), 0},
{ 0, 0, FLOAT_TO_FP(1)}