Merge pull request #10959 from mikeller/fix_boardalignment_optimisation

This commit is contained in:
Michael Keller 2021-09-27 01:28:12 +13:00 committed by GitHub
commit 8702bba3ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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];