mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
Fix ICM40609D reset register (#14415)
This commit is contained in:
parent
5f539935ea
commit
f26efcc622
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@
|
|||
#define ICM40609_ACCEL_DATA_X1_UI 0x1F
|
||||
#define ICM40609_GYRO_DATA_X1_UI 0x25
|
||||
|
||||
#define ICM40609_RESET_REG 0x4C
|
||||
#define ICM40609_RESET_REG 0x11
|
||||
#define ICM40609_SOFT_RESET_VAL 0x01
|
||||
|
||||
#ifndef ICM40609_LOCK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue