Implemented message auto-ack

This commit is contained in:
Mark Qvist 2014-06-19 19:47:17 +02:00
parent 06633ef1d1
commit ac3b2ec688
6 changed files with 1233 additions and 1113 deletions

View file

@ -98,7 +98,7 @@ static void init(void)
ax25_init(&ax25, &afsk.fd, message_callback);
// Init SimpleSerial
ss_init();
ss_init(&ax25);
// That's all!
}