Skip to content

Commit de1e501

Browse files
Roy, ElizabethWalberg, Irun
authored andcommitted
delay() changes made after review
1 parent 340e267 commit de1e501

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/wiring.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ void delay(unsigned long ms)
140140

141141
/* If return time overflows */
142142
if(return_time < delay_time){
143-
PORTD.OUTTGL = PIN4_bm;
144143
/* Wait until micros overflows */
145144
while(micros() > return_time);
146145
}

0 commit comments

Comments
 (0)