mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 05:45:31 +03:00
Renamed MPU functions to have mpu prefix
This commit is contained in:
parent
081b529027
commit
7f4617b676
10 changed files with 13 additions and 13 deletions
|
@ -91,7 +91,7 @@ bool sensorsAutodetect(const gyroConfig_t *gyroConfig,
|
|||
|
||||
const extiConfig_t *extiConfig = selectMPUIntExtiConfig();
|
||||
|
||||
mpuDetectionResult_t *mpuDetectionResult = detectMpu(extiConfig);
|
||||
mpuDetectionResult_t *mpuDetectionResult = mpuDetect(extiConfig);
|
||||
UNUSED(mpuDetectionResult);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue