fixed cycling error

pull/15/head
alanbjohnston 6 years ago committed by GitHub
parent 86c2b124f0
commit 91932f58d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -302,7 +302,7 @@ int main(int argc, char *argv[]) {
while (loop-- != 0)
{
if (cycle)
if (cycle == TRUE)
mode = (++mode) % 3;
if (mode == FSK) {

Loading…
Cancel
Save

Powered by TurnKey Linux.