mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
AP_InertialSensor: fixed comments on IMU types supported
This commit is contained in:
parent
47028f136e
commit
12c10dce32
@ -13,8 +13,8 @@
|
|||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
driver for all supported Invensense IMUs, including MPU6000, MPU9250
|
driver for all supported Invensense IMUs, including
|
||||||
ICM-20608 and ICM-20602
|
MPU6000, MPU9250, ICM20608, ICM20602, ICM20601, ICM20789, ICM20689
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
*/
|
*/
|
||||||
/*
|
/*
|
||||||
driver for all supported Invensensev2 IMUs
|
driver for all supported Invensensev2 IMUs
|
||||||
ICM-20608 and ICM-20602
|
ICM20948, ICM20648 and ICM20649
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user