mirror of
https://github.com/ShaYmez/MMDVM_CM.git
synced 2025-03-12 07:21:38 -04:00
Fix segfault when running on RaspiOS and Lite (used on PiStar) with kernel > 5.4.x
This commit is contained in:
parent
b44952085e
commit
019606d690
@ -28,6 +28,7 @@ const uint8_t BIT_MASK_TABLE8[] = { 0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U,
|
||||
|
||||
MBEVocoder::MBEVocoder(void)
|
||||
{
|
||||
md380_init();
|
||||
}
|
||||
|
||||
void MBEVocoder::decode_4400(int16_t *pcm, uint8_t *imbe)
|
||||
|
Loading…
Reference in New Issue
Block a user