mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Merge pull request #10959 from mikeller/fix_boardalignment_optimisation
This commit is contained in:
commit
8702bba3ec
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ FAST_CODE_NOINLINE void alignSensorViaMatrix(float *dest, fp_rotationMatrix_t* s
|
|||
}
|
||||
}
|
||||
|
||||
FAST_CODE void alignSensorViaRotation(float *dest, uint8_t rotation)
|
||||
void alignSensorViaRotation(float *dest, uint8_t rotation)
|
||||
{
|
||||
const float x = dest[X];
|
||||
const float y = dest[Y];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue