aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-10 22:46:29 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2016-12-10 22:46:29 +0100
commita960f914042dffef2c13be79229a5e03f1843798 (patch)
treeecc9db57230490d3c344f0f504f7b54bf64eb116 /src
parent6ea702cfd7e2ac16dc193e8d6b9bb035946648ea (diff)
downloadglutte-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.c2
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;