diff --git a/firmware/baseband/matched_filter.hpp b/firmware/baseband/matched_filter.hpp index e66105159..284898b06 100644 --- a/firmware/baseband/matched_filter.hpp +++ b/firmware/baseband/matched_filter.hpp @@ -22,7 +22,6 @@ #ifndef __MATCHED_FILTER_H__ #define __MATCHED_FILTER_H__ -#include "baseband_ais.hpp" #include "utility.hpp" #include diff --git a/firmware/baseband/proc_fsk.hpp b/firmware/baseband/proc_fsk.hpp index 72dd09dff..2aae07b7b 100644 --- a/firmware/baseband/proc_fsk.hpp +++ b/firmware/baseband/proc_fsk.hpp @@ -39,6 +39,8 @@ #include #include +#include "ais_baseband.hpp" + class FSKProcessor : public BasebandProcessor { public: using payload_t = std::bitset<1024>; diff --git a/firmware/common/baseband_ais.hpp b/firmware/common/ais_baseband.hpp similarity index 100% rename from firmware/common/baseband_ais.hpp rename to firmware/common/ais_baseband.hpp