Skip to content

Commit 757e125

Browse files
madscifiTraumflug
authored andcommitted
Shorten waiting delay while waiting for room to place a movebuffer on the queue.
1 parent c095fa5 commit 757e125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delay.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <stdint.h>
55
#include <util/delay_basic.h>
66

7-
#define WAITING_DELAY 10000
7+
#define WAITING_DELAY 100
88

99
void delay_us(uint16_t delay);
1010

0 commit comments

Comments
 (0)