mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 01:05:10 +03:00
remove debug code
This commit is contained in:
parent
251d89a31b
commit
1a5fbb4a8a
1 changed files with 0 additions and 3 deletions
|
@ -121,9 +121,6 @@ void processBindFrame(uint8_t module, uint8_t * frame)
|
||||||
*c = '\0';
|
*c = '\0';
|
||||||
++reusableBuffer.modelsetup.pxx2_bind_candidate_receivers_count;
|
++reusableBuffer.modelsetup.pxx2_bind_candidate_receivers_count;
|
||||||
reusableBuffer.modelsetup.pxx2_register_or_bind_step = BIND_RX_ID_RECEIVED;
|
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) {
|
else if (frame[3] == 0x01) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue