We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 375c36f commit b2efa9cCopy full SHA for b2efa9c
src/common/foc_utils.cpp
@@ -18,7 +18,7 @@ __attribute__((weak)) float _sin(float a){
18
else if(i < 128) {
19
t1 = sine_array[128 - i]; t2 = sine_array[127 - i];
20
}
21
- else if(i < 196) {
+ else if(i < 192) {
22
t1 = -sine_array[-128 + i]; t2 = -sine_array[-127 + i];
23
24
else {
0 commit comments