Skip to content

Commit

Permalink
disable trace
Browse files Browse the repository at this point in the history
  • Loading branch information
gin66 committed Oct 14, 2023
1 parent 3d6ddea commit 099084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StepperISR_esp32c3_rmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#ifdef SUPPORT_ESP32C3_RMT

//#define TEST_MODE
//#define TRACE

#include "test_probe.h"

Expand Down Expand Up @@ -507,7 +508,6 @@ void StepperQueue::disconnect_rmt() {
}

void StepperQueue::startQueue_rmt() {
#define TRACE
#ifdef TRACE
USBSerial.println("START");
#endif
Expand Down

0 comments on commit 099084c

Please sign in to comment.