From 4cd5ac516437af81291fc377f644e1569d28e41f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 7 Nov 2020 08:24:41 +1100 Subject: [PATCH] Replay: add call to RFRF handler --- Tools/Replay/LR_MsgHandler.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/Replay/LR_MsgHandler.cpp b/Tools/Replay/LR_MsgHandler.cpp index ef907ef67a..f5fd89f0c8 100644 --- a/Tools/Replay/LR_MsgHandler.cpp +++ b/Tools/Replay/LR_MsgHandler.cpp @@ -22,6 +22,7 @@ void LR_MsgHandler_RFRH::process_message(uint8_t *msg) void LR_MsgHandler_RFRF::process_message(uint8_t *msg) { + AP::dal().handle_message(MSG_CAST(RFRF,msg)); const log_RFRF &RFRF = MSG_CAST(RFRF,msg); uint8_t frame_types = RFRF.frame_types; if (frame_types & uint8_t(AP_DAL::FrameType::InitialiseFilterEKF2)) {