Skip to content

Commit 881ab47

Browse files
committed
Update Feather_DVI_Arduino_Video_Synth.ino
1 parent ccaf807 commit 881ab47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth/Feather_DVI_Arduino_Video_Synth.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ void draw_gradient(int x, int y, int w, int h) {
726726
}
727727
}
728728

729-
void millisDelay( long int delayTime){
730-
long int start_time = millis();
729+
void millisDelay(int delayTime){
730+
int start_time = millis();
731731
while ( millis() - start_time < delayTime) ;
732732
}

0 commit comments

Comments
 (0)