mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-06-15 09:59:55 -04:00
Improved data carrier detection
This commit is contained in:
parent
01c629a6fd
commit
b7ffba0e92
6 changed files with 35 additions and 7 deletions
2
main.c
2
main.c
|
@ -41,7 +41,7 @@ void init(void) {
|
|||
sei();
|
||||
|
||||
AFSK_init(&modem);
|
||||
ax25_init(&AX25, &modem.fd, ax25_callback);
|
||||
ax25_init(&AX25, &modem, &modem.fd, ax25_callback);
|
||||
|
||||
serial_init(&serial);
|
||||
stdout = &serial.uart0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue