Update main.c print

fc-3
Alan Johnston 11 months ago committed by GitHub
parent 7feb254022
commit a2f35f4241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2296,6 +2296,7 @@ void get_tlm_fc() {
/* write telemetry into data buffer */
printf("\nBLOCKSIZE = %d\n", BLOCKSIZE);
printf("\nSYMPBLOCK = %d\n", SYMPBLOCK);
memset(source_bytes, 0x00, sizeof(source_bytes));
source_bytes[10] = (uint8_t) rnd_float(0,255);

Loading…
Cancel
Save

Powered by TurnKey Linux.