made some interrupt variables volatile

pull/175/head
alanbjohnston 3 years ago committed by GitHub
parent bce637713f
commit c02e928881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -169,7 +169,7 @@ void parse_payload();
const char* ssid = STASSID;
const char* password = STAPSK;
int port = 7373;
bool wifi = false;
volatile bool wifi = false;
extern int Encode_8b10b[][256];
@ -221,7 +221,7 @@ char call[5];
char sim_yes[10];
int mode = BPSK;
int new_mode;
volatile int new_mode;
int bitRate, bufLen, rsFrames, payloads, rsFrameLen, dataLen, headerLen, syncBits, syncWord, parityLen, samples, frameCnt, samplePeriod;
float sleepTime;
unsigned int sampleTime = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.