From dbe32bd02ebc7f7e61389bc4e91700a4ef7fac2f Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 10 Apr 2014 12:52:00 +0200 Subject: [PATCH] After AX.25 decode test. 902 packets decoded. --- Modem/main.c | 3 +-- buildrev.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Modem/main.c b/Modem/main.c index 602d978..84a91c9 100644 --- a/Modem/main.c +++ b/Modem/main.c @@ -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); diff --git a/buildrev.h b/buildrev.h index c0a0ade..9471583 100644 --- a/buildrev.h +++ b/buildrev.h @@ -1,2 +1,2 @@ -#define VERS_BUILD 529 +#define VERS_BUILD 549 #define VERS_HOST "vixen"