summaryrefslogtreecommitdiffstats
path: root/drivers/generic_math.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/generic_math.h')
-rw-r--r--drivers/generic_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/generic_math.h b/drivers/generic_math.h
index b5638eb02d..dfbc3baff7 100644
--- a/drivers/generic_math.h
+++ b/drivers/generic_math.h
@@ -8,7 +8,7 @@
#ifndef GENERIC_MATH_H
#define GENERIC_MATH_H
-typedef struct _gen_sincos
+typedef struct gen_sincos
{
double x;
double sinx;