Skip to content

Commit

Permalink
call mag handler in imu aspirin2 driver, otherwise will never be scaled
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Apr 15, 2012
1 parent 51c9434 commit 87dfcfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/airborne/subsystems/imu/imu_aspirin2.h
Expand Up @@ -194,6 +194,7 @@ static inline void imu_aspirin2_event(void (* _gyro_handler)(void), void (* _acc

_gyro_handler();
_accel_handler();
_mag_handler();
}
// imu_aspirin2_arch_int_enable();

Expand Down

0 comments on commit 87dfcfa

Please sign in to comment.