aboutsummaryrefslogtreecommitdiff
path: root/slip.c
diff options
context:
space:
mode:
Diffstat (limited to 'slip.c')
-rw-r--r--slip.c2
1 files changed, 1 insertions, 1 deletions
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)