mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-23 01:17:25 +00:00
Complete FSKProcessor's trip to being AISProcessor.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user