1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

remove debug code

This commit is contained in:
3djc 2019-02-12 14:42:57 +01:00
parent 251d89a31b
commit 1a5fbb4a8a

View file

@ -121,9 +121,6 @@ void processBindFrame(uint8_t module, uint8_t * frame)
*c = '\0';
++reusableBuffer.modelsetup.pxx2_bind_candidate_receivers_count;
reusableBuffer.modelsetup.pxx2_register_or_bind_step = BIND_RX_ID_RECEIVED;
// TDOD BIND DEBUG
//reusableBuffer.modelsetup.pxx2_bind_selected_receiver_index = 0;
//reusableBuffer.modelsetup.pxx2_register_or_bind_step = BIND_RX_ID_SELECTED;
}
}
else if (frame[3] == 0x01) {