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"