1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-21 15:25:36 +03:00

Small tidy

This commit is contained in:
blckmn 2016-06-28 19:47:00 +10:00
parent e04c0a3d66
commit 657564efa7
3 changed files with 7 additions and 7 deletions

View file

@ -499,11 +499,11 @@ static void detectMag(magSensor_e magHardwareToUse)
#endif
#ifdef MAG_INT_EXTI
static const hmc5883Config_t spRacingF3Hmc5883Config = {
static const hmc5883Config_t extiHmc5883Config = {
.intTag = IO_TAG(MAG_INT_EXTI)
};
hmc5883Config = &spRacingF3Hmc5883Config;
hmc5883Config = &extiHmc5883Config;
#endif
#endif