mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-29 09:39:12 -04:00
Complete FSKProcessor's trip to being AISProcessor.
This commit is contained in:
parent
111a5f10c0
commit
981c2fbfbd
7 changed files with 25 additions and 61 deletions
|
@ -55,7 +55,7 @@
|
|||
#include "proc_am_audio.hpp"
|
||||
#include "proc_nfm_audio.hpp"
|
||||
#include "proc_wfm_audio.hpp"
|
||||
#include "proc_fsk.hpp"
|
||||
#include "proc_ais.hpp"
|
||||
#include "proc_wideband_spectrum.hpp"
|
||||
|
||||
#include "clock_recovery.hpp"
|
||||
|
@ -312,7 +312,7 @@ int main(void) {
|
|||
break;
|
||||
|
||||
case 3:
|
||||
baseband_processor = new FSKProcessor(message_handlers);
|
||||
baseband_processor = new AISProcessor();
|
||||
break;
|
||||
|
||||
case 4:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue