Update main.c

pull/28/head
alanbjohnston 7 years ago committed by GitHub
parent 6471317960
commit 0172a63445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -574,7 +574,7 @@ int get_tlm_fox() {
int buffSize;
buffSize = sizeof(buffer_test);
short int buffer[1][bufLen];
memset(buffer, 0, sizeof(buffer);
memset(buffer, 0, sizeof(buffer));
if (mode == FSK)
id = 7;

Loading…
Cancel
Save

Powered by TurnKey Linux.