From 5af178dee33b22cf189c085e41ca96423f809034 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 2 Sep 2016 01:31:17 -0400 Subject: Code to convert between text and internal forms of UUIDs. Includes a few cosmetic fixes to address gcc format string warnings and git trailing whitespace warnings. --- slip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slip.c') diff --git a/slip.c b/slip.c index 889663a..6329afd 100644 --- a/slip.c +++ b/slip.c @@ -144,7 +144,7 @@ hal_error_t hal_slip_recv(uint8_t * const buf, size_t * const len, const size_t { int complete; hal_error_t ret; - + while (1) { ret = hal_slip_recv_char(buf, len, maxlen, &complete); if ((ret != HAL_OK) || complete) -- cgit v1.2.3