Improved data carrier detection

This commit is contained in:
Mark Qvist 2018-04-24 17:34:59 +02:00
parent 01c629a6fd
commit b7ffba0e92
6 changed files with 35 additions and 7 deletions

2
main.c
View file

@ -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;