mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 00:05:33 +03:00
Remove debug statements
This commit is contained in:
parent
2b1308a556
commit
6854a773e2
1 changed files with 0 additions and 2 deletions
|
@ -482,7 +482,6 @@ void processRxState(softSerial_t *softSerial)
|
|||
|
||||
void onSerialTimerOverflow(timerOvrHandlerRec_t *cbRec, captureCompare_t capture)
|
||||
{
|
||||
debug[0]++;
|
||||
UNUSED(capture);
|
||||
softSerial_t *self = container_of(cbRec, softSerial_t, overCb);
|
||||
|
||||
|
@ -495,7 +494,6 @@ debug[0]++;
|
|||
|
||||
void onSerialRxPinChange(timerCCHandlerRec_t *cbRec, captureCompare_t capture)
|
||||
{
|
||||
debug[1]++;
|
||||
UNUSED(capture);
|
||||
|
||||
softSerial_t *self = container_of(cbRec, softSerial_t, edgeCb);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue