diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-10 22:46:29 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-12-10 22:46:29 +0100 |
commit | a960f914042dffef2c13be79229a5e03f1843798 (patch) | |
tree | ecc9db57230490d3c344f0f504f7b54bf64eb116 /src | |
parent | 6ea702cfd7e2ac16dc193e8d6b9bb035946648ea (diff) | |
download | glutte-o-matic-a960f914042dffef2c13be79229a5e03f1843798.tar.gz glutte-o-matic-a960f914042dffef2c13be79229a5e03f1843798.tar.bz2 glutte-o-matic-a960f914042dffef2c13be79229a5e03f1843798.zip |
Reduce delay after end of balise
Diffstat (limited to 'src')
-rw-r--r-- | src/common/src/Core/fsm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/src/Core/fsm.c b/src/common/src/Core/fsm.c index a294f98..0e3d27b 100644 --- a/src/common/src/Core/fsm.c +++ b/src/common/src/Core/fsm.c @@ -58,7 +58,7 @@ static char cw_message_balise[CW_MESSAGE_BALISE_LEN]; #define CW_PREDELAY " " // Some time to ensure we don't cut off the last letter -#define CW_POSTDELAY " " +#define CW_POSTDELAY " " // The counter (up to 20 minutes) for the short balise static int short_beacon_counter_s = 0; |