Update cubesatsim.ino

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 6c09db2e64
commit 1672294b35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -314,7 +314,7 @@ void get_tlm_fox() {
int buffSize;
buffSize = (int) sizeof(buffer_test);
for (n = 0; n < 17; n++)
for (int n = 0; n < 17; n++)
sensor[n] = 1.0;
if (mode == FSK)

Loading…
Cancel
Save

Powered by TurnKey Linux.