mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-02 06:26:24 -04:00
After AX.25 decode test. 902 packets decoded.
This commit is contained in:
parent
aa59d254cd
commit
dbe32bd02e
2 changed files with 2 additions and 3 deletions
|
@ -15,7 +15,6 @@
|
|||
#include "afsk.h" // Header for AFSK modem
|
||||
#include "protocol/mp1.h" // Header for MP.1 protocol
|
||||
|
||||
|
||||
//////////////////////////////////////////////////////
|
||||
// A few definitions //
|
||||
//////////////////////////////////////////////////////
|
||||
|
@ -85,7 +84,7 @@ int main(void)
|
|||
|
||||
// Go into ye good ol' infinite loop
|
||||
while (1)
|
||||
{
|
||||
{
|
||||
// First we instruct the protocol to check for
|
||||
// incoming data
|
||||
mp1Poll(&mp1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue