mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
Rename baseband_ais -> ais_baseband.
So that ais_baseband and ais_application filenames can be sorted near each other.
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
#ifndef __MATCHED_FILTER_H__
|
#ifndef __MATCHED_FILTER_H__
|
||||||
#define __MATCHED_FILTER_H__
|
#define __MATCHED_FILTER_H__
|
||||||
|
|
||||||
#include "baseband_ais.hpp"
|
|
||||||
#include "utility.hpp"
|
#include "utility.hpp"
|
||||||
|
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
|
|||||||
@@ -39,6 +39,8 @@
|
|||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
|
|
||||||
|
#include "ais_baseband.hpp"
|
||||||
|
|
||||||
class FSKProcessor : public BasebandProcessor {
|
class FSKProcessor : public BasebandProcessor {
|
||||||
public:
|
public:
|
||||||
using payload_t = std::bitset<1024>;
|
using payload_t = std::bitset<1024>;
|
||||||
|
|||||||
Reference in New Issue
Block a user