increased rffc5071 serial speed

This commit is contained in:
Michael Ossmann
2013-02-24 14:25:51 -07:00
parent 14c671c552
commit 771b93fe62

View File

@ -160,7 +160,7 @@ void serial_delay(void)
{
uint32_t i;
for (i = 0; i < 1000; i++)
for (i = 0; i < 2; i++)
__asm__("nop");
}