AP_InertialSensor: fixed comments on IMU types supported

This commit is contained in:
Andrew Tridgell 2021-11-04 09:52:22 +11:00
parent 47028f136e
commit 12c10dce32
2 changed files with 3 additions and 3 deletions

View File

@ -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>

View File

@ -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>