mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Fixed AK8975 driver in maintenance branch.
This commit is contained in:
parent
d9c3a61474
commit
e4d16c5499
1 changed files with 0 additions and 2 deletions
|
@ -84,8 +84,6 @@ static bool ak8975Init(magDev_t *mag)
|
|||
|
||||
const busDevice_t *busdev = &mag->busdev;
|
||||
|
||||
busDeviceRegister(busdev);
|
||||
|
||||
busWriteRegister(busdev, AK8975_MAG_REG_CNTL, CNTL_MODE_POWER_DOWN); // power down before entering fuse mode
|
||||
delay(20);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue