1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

Sensors: Need to support MPU6000 for revision 3

This commit is contained in:
James Cotton 2012-09-26 04:04:48 -05:00
parent 93c44f2a4e
commit d2842169ee

View File

@ -296,6 +296,7 @@ static void SensorsTask(void *parameters)
#endif
break;
case 0x02: // MPU6000 board
case 0x03: // MPU6000 board
#if defined(PIOS_INCLUDE_MPU6000)
{
struct pios_mpu6000_data mpu6000_data;