Skip to content

Commit 2669cc2

Browse files
committed
Remove debug delay
1 parent 506f82f commit 2669cc2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,6 @@ int main() {
9999
}
100100
}
101101

102-
#ifdef DEBUG_BUILD
103-
// Give time for debugger to attach
104-
chThdSleepMilliseconds(1000);
105-
#endif
106-
107102
robot = GetRobot();
108103
if (!robot->IsHardwareSupported()) {
109104
SetStatusLedMode(LED_MODE_BLINK_FAST);

0 commit comments

Comments
 (0)