back to alternating

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

@ -919,7 +919,7 @@ int get_tlm_fox() {
socket_open = 0;
rpitxStatus = -1;
}
// alt = (++alt) % 2;
alt = (++alt) % 2;
printf("Alternate value is %d \n", alt);
}
digitalWrite (0, HIGH);

Loading…
Cancel
Save

Powered by TurnKey Linux.