mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-12 22:43:36 -04:00
Increase AISDEMOD_MAX_BYTES to 160, to support max sized frame and stuffing bits.
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
#define AISDEMOD_MAX_BYTES (3+1+126+2+1+1)
|
||||
#define AISDEMOD_MAX_BYTES 160
|
||||
|
||||
class ChannelAPI;
|
||||
class AISDemod;
|
||||
|
||||
Reference in New Issue
Block a user