mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-17 13:50:35 -04:00
Updated version to 1.04
This commit is contained in:
parent
e43cb2f543
commit
4bc42d6379
6 changed files with 3 additions and 312 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue