mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-21 03:30:01 +00:00
Added clock_delay() between characters to avoid dropping them
This commit is contained in:
parent
6a8d8e3abf
commit
d2683224e9
@ -26,7 +26,7 @@
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)$Id: slip_uart1.c,v 1.4 2007/02/02 13:26:48 bg- Exp $
|
||||
* @(#)$Id: slip_uart1.c,v 1.5 2007/03/25 21:52:41 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -79,6 +79,8 @@ putchar(int c)
|
||||
debug_frame = 0;
|
||||
}
|
||||
|
||||
clock_delay(100);
|
||||
|
||||
return c;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user