mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
Removed accidentially set frequency correction
This commit is contained in:
parent
7250cab7d0
commit
d4f8f3774c
7 changed files with 47 additions and 47 deletions
|
@ -19,7 +19,7 @@ static Afsk *modem;
|
|||
|
||||
// M1 correction = 9500
|
||||
// M2 correction = 40000
|
||||
#define FREQUENCY_CORRECTION 9500
|
||||
#define FREQUENCY_CORRECTION 0
|
||||
|
||||
// This function initializes the ADC and configures
|
||||
// it the way we need.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue