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:
parent
93c44f2a4e
commit
d2842169ee
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user