Rename baseband_ais -> ais_baseband.

So that ais_baseband and ais_application filenames can be sorted near each other.
This commit is contained in:
Jared Boone
2015-11-04 10:50:12 -08:00
parent 26c23dc8a0
commit 51df92a05a
3 changed files with 2 additions and 1 deletions
+2
View File
@@ -39,6 +39,8 @@
#include <cstddef>
#include <bitset>
#include "ais_baseband.hpp"
class FSKProcessor : public BasebandProcessor {
public:
using payload_t = std::bitset<1024>;