Update cw_main.c

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent 00c28cd0e8
commit 70cb7e76a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,8 +61,8 @@ int main(void)
uint8_t retVal; uint8_t retVal;
int tlm[7][5]; int tlm[7][5];
int i, j; int i, j;
for (i = 1, i < 7, i++;) { for (i = 1; i < 7; i++) {
for (j = 1, j < 5, j++;) { for (j = 1; j < 5; j++) {
tlm[i][j] = 0; tlm[i][j] = 0;
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.