Er, actually doing it correctly this time.

This commit is contained in:
Steve Checkoway
2008-12-26 12:11:00 +00:00
parent a92c75880a
commit 7f2d87315d
@@ -36,6 +36,7 @@ static inline void SerialOut( const char *str, size_t len )
return;
}
len -= result;
str += result;
}
usleep( 2000 );
}