diff options
author | CODeRUS <coderusinbox@gmail.com> | 2022-12-29 19:08:50 +0300 |
---|---|---|
committer | KevinOConnor <kevin@koconnor.net> | 2022-12-30 22:28:59 -0500 |
commit | f57ff2c07e25c3946e598dc2b3a5525c63a2c8e5 (patch) | |
tree | ccb285e97289c43f6db237763be5d1f9b2c99554 /docs | |
parent | 29ba5ab05af87a4cab88da0157a97fc3b97354ae (diff) | |
download | kutter-f57ff2c07e25c3946e598dc2b3a5525c63a2c8e5.tar.gz kutter-f57ff2c07e25c3946e598dc2b3a5525c63a2c8e5.tar.xz kutter-f57ff2c07e25c3946e598dc2b3a5525c63a2c8e5.zip |
docs: Fix typo in mpu9250 documentation
Adding MPU-6515, replacing MPU-9255 duplicate
Signed-off-by: Andrei Kozhevnikov <coderusinbox@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Config_Reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Config_Reference.md b/docs/Config_Reference.md index eff6a236..445d8674 100644 --- a/docs/Config_Reference.md +++ b/docs/Config_Reference.md @@ -1640,7 +1640,7 @@ cs_pin: ### [mpu9250] -Support for MPU-9250, MPU-9255, MPU-9255, MPU-6050, and MPU-6500 +Support for MPU-9250, MPU-9255, MPU-6515, MPU-6050, and MPU-6500 accelerometers (one may define any number of sections with an "mpu9250" prefix). |