Updated version to 1.04

This commit is contained in:
Mark Qvist 2020-06-01 15:51:08 +02:00
parent e43cb2f543
commit 4bc42d6379
6 changed files with 3 additions and 312 deletions

View file

@ -184,9 +184,9 @@ typedef struct Afsk
#if BITRATE == 1200
int8_t delayBuf[(ADC_SAMPLESPERBIT / 2 - 1) + 1]; // Actual data storage for said FIFO
#elif BITRATE == 2400
int8_t delayBuf[(7) + 1];
int8_t delayBuf[(ADC_SAMPLESPERBIT / 2 - 1) + 1];
#elif BITRATE == 300
int8_t delayBuf[(9) + 1];
int8_t delayBuf[(ADC_SAMPLESPERBIT / 2 - 1) + 1];
#endif
FIFOBuffer rxFifo; // FIFO for received data