added modulo printf

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

@ -319,8 +319,9 @@ int main(int argc, char *argv[]) {
// for (;;)
while (loop-- != 0)
{
printf("Mode before: %d \n", mode);
mode = (mode++) % 3;
printf("Mode after: %d \n", mode);
if (mode == FSK) {
bitRate = 200;

Loading…
Cancel
Save

Powered by TurnKey Linux.