diff options
Diffstat (limited to 'lib/lib8tion/trig8.h')
| -rw-r--r-- | lib/lib8tion/trig8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib8tion/trig8.h b/lib/lib8tion/trig8.h index 4907c6ff3..6ef3ce625 100644 --- a/lib/lib8tion/trig8.h +++ b/lib/lib8tion/trig8.h | |||
| @@ -147,7 +147,7 @@ LIB8STATIC int16_t cos16( uint16_t theta) | |||
| 147 | #endif | 147 | #endif |
| 148 | 148 | ||
| 149 | 149 | ||
| 150 | const uint8_t b_m16_interleave[] = { 0, 49, 49, 41, 90, 27, 117, 10 }; | 150 | static const uint8_t b_m16_interleave[8] = { 0, 49, 49, 41, 90, 27, 117, 10 }; |
| 151 | 151 | ||
| 152 | /// Fast 8-bit approximation of sin(x). This approximation never varies more than | 152 | /// Fast 8-bit approximation of sin(x). This approximation never varies more than |
| 153 | /// 2% from the floating point value you'd get by doing | 153 | /// 2% from the floating point value you'd get by doing |
