Make miniIOS gecko writes blocking

This commit is contained in:
marcan 2009-01-25 04:03:15 +01:00 committed by bushing
parent f96905ff8f
commit d4cdb1f01d

View File

@ -184,7 +184,7 @@ int gecko_getchar(void)
int gecko_puts(const char *s) int gecko_puts(const char *s)
{ {
//udelay(10000); //udelay(10000);
return gecko_sendbuffer(s, strlen(s)); return gecko_sendbuffer_safe(s, strlen(s));
} }
int gecko_printf( const char *fmt, ...) int gecko_printf( const char *fmt, ...)