From f92249980e8b6fe373c0105fe0623a0694228130 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 7 Jul 2022 14:26:59 -0400 Subject: [PATCH] Update cubesatsim.h --- cubesatsim/cubesatsim.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/cubesatsim.h b/cubesatsim/cubesatsim.h index 0db9fedc..c0c46cef 100644 --- a/cubesatsim/cubesatsim.h +++ b/cubesatsim/cubesatsim.h @@ -189,7 +189,8 @@ long int uptime = 0; char call[5]; char sim_yes[10]; -int bitRate, mode, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; +int mode = FSK; +int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod; float sleepTime; unsigned int sampleTime = 0; int frames_sent = 0;