incrementing mode modulo 3

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent 8f22a0c0a8
commit ec22b535d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -364,6 +364,9 @@ int main(int argc, char *argv[]) {
// for (;;)
while (loop-- != 0)
{
mode = (mode++) % 3;
// sleep(1); // Delay 1 second
ctr = 0;
#ifdef DEBUG_LOGGING

Loading…
Cancel
Save

Powered by TurnKey Linux.