From 512539fd8c38720b3d9069276b14491f17d5ed69 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Mon, 25 Jul 2016 15:45:27 -0700 Subject: [PATCH] AIS: Add RSSI reporting to processor. --- firmware/baseband/proc_ais.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/firmware/baseband/proc_ais.hpp b/firmware/baseband/proc_ais.hpp index 7fa0d40c2..eff71b4a5 100644 --- a/firmware/baseband/proc_ais.hpp +++ b/firmware/baseband/proc_ais.hpp @@ -24,6 +24,7 @@ #include "baseband_processor.hpp" #include "baseband_thread.hpp" +#include "rssi_thread.hpp" #include "channel_decimator.hpp" #include "matched_filter.hpp" @@ -51,6 +52,7 @@ private: static constexpr size_t baseband_fs = 2457600; BasebandThread baseband_thread { baseband_fs, this, NORMALPRIO + 20 }; + RSSIThread rssi_thread { NORMALPRIO + 10 }; std::array dst; const buffer_c16_t dst_buffer {