Update main.c source_bytes typo

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

@ -2296,7 +2296,7 @@ void get_tlm_fc() {
/* write telemetry into data buffer */
memset(source_bytes, 0x00, sizeof(source_bytes));
source_byte[10] = (uint8_t) rnd_float(0,255);
source_bytes[10] = (uint8_t) rnd_float(0,255);
/* convert data buffer into stream buffer */

Loading…
Cancel
Save

Powered by TurnKey Linux.