Skip to content

Commit

Permalink
[imu] fix unbelievably stupid copy paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Nov 20, 2014
1 parent c615073 commit 8fd490f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sw/airborne/subsystems/imu.c
Expand Up @@ -226,7 +226,7 @@ void imu_SetBodyToImuCurrent(float set) {

// weak functions, used if not explicitly provided by implementation

void WEAK imu_scale_gyro(void)
void WEAK imu_periodic(void)
{
}

Expand Down

0 comments on commit 8fd490f

Please sign in to comment.