missing #endif

pull/76/head
alanbjohnston 5 years ago committed by GitHub
parent 8685cf1c18
commit 02e259bf11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -642,6 +642,7 @@ void get_tlm(void) {
digitalWrite(txLed, txLedOn); digitalWrite(txLed, txLedOn);
#ifdef DEBUG_LOGGING #ifdef DEBUG_LOGGING
printf("Tx LED On\n"); printf("Tx LED On\n");
#endif
int tlm[7][5]; int tlm[7][5];
memset(tlm, 0, sizeof tlm); memset(tlm, 0, sizeof tlm);

Loading…
Cancel
Save

Powered by TurnKey Linux.