Update main.c typo

fc-jy-img
Alan Johnston 11 months ago committed by GitHub
parent adf41188da
commit 8baab38270
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2336,7 +2336,7 @@ void get_tlm_fc() { // FunCube Mode telemetry generation
source_bytes[pos++] = value; source_bytes[pos++] = value;
printf("%2x ", value); printf("%2x ", value);
} }
if (val == EOF) { if (value == EOF) {
image_file = NULL; image_file = NULL;
printf("End of file reached!"); printf("End of file reached!");
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.