diff --git a/lambda/airgate.c b/lambda/airgate.c index 8629518..9ee2957 100644 --- a/lambda/airgate.c +++ b/lambda/airgate.c @@ -129,8 +129,6 @@ // wake up driver PORT |= (1 << PIN_SLEEP); // wakeup time - // should not be woken up just before stepping anyway, the power supply - // might need much more time to stabilize _delay_ms(2); } }