mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-06 08:25:16 -04:00
Before Hamming code
This commit is contained in:
parent
dbe32bd02e
commit
3644a35b79
3 changed files with 18 additions and 19 deletions
|
@ -67,7 +67,6 @@ void hw_afsk_adcInit(int ch, Afsk *_modem)
|
|||
// temperature variations, but if you have a board with a
|
||||
// crystal that is way off frequency, this can help alot.
|
||||
ICR1 = (((CPU_FREQ+FREQUENCY_CORRECTION)) / 9600) - 1;
|
||||
kprintf("ICR1=%d",ICR1);
|
||||
|
||||
// Set reference to AVCC (5V), select pin
|
||||
// Set the ADMUX register. The first part (BV(REFS0)) sets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue