Skip to content

Commit

Permalink
Blimp: move INS notch filter logging into INS
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarker committed Jan 5, 2022
1 parent 7a9a701 commit e07a94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Blimp/Blimp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ void Blimp::update_altitude()
read_barometer();

if (should_log(MASK_LOG_CTUN)) {
write_notch_log_messages();
AP::ins().write_notch_log_messages();
#if HAL_GYROFFT_ENABLED
gyro_fft.write_log_messages();
#endif
Expand Down

0 comments on commit e07a94e

Please sign in to comment.