Update main.c

pull/116/head
alanbjohnston 5 years ago committed by GitHub
parent 1271e7b62c
commit 67bda7538b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1312,7 +1312,7 @@ else {
if (loop % 8 == 0) {
printf("Sending MIN frame \n");
frm_type = 0x03;
for (count1 = 0; count1 < 17; count1++) {
for (int count1 = 0; count1 < 17; count1++) {
if (count1 < 3)
other[count1] = other_min[count1];
if (count1 < 8) {

Loading…
Cancel
Save

Powered by TurnKey Linux.