1
0
mirror of https://github.com/ShaYmez/MMDVM_CM.git synced 2025-07-10 03:35:15 -04:00

Update mbevocoder.cpp

This commit is contained in:
Andy Taylor 2020-06-15 21:33:28 +01:00 committed by GitHub
parent 04d183882f
commit 5972405d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@
*/
#include <cstring>
#include <md380_vocoder.h>
#include "mbevocoder.h"
#include "MBEVocoder.h"
const uint8_t BIT_MASK_TABLE8[] = { 0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02U, 0x01U };