Shorten waiting delay while waiting for room to place a movebuffer on the queue.

This commit is contained in:
Jim McGee 2011-05-10 22:38:15 -07:00 committed by Markus Hitter
parent c095fa5de3
commit 757e1258e2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
#include <stdint.h>
#include <util/delay_basic.h>
#define WAITING_DELAY 10000
#define WAITING_DELAY 100
void delay_us(uint16_t delay);