Skip to content

Commit ee3d05f

Browse files
[drivers/serial]resolve compile error
Signed-off-by: WillianChan <[email protected]>
1 parent c6b4c2e commit ee3d05f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/drivers/serial/serial.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ rt_inline int _serial_int_tx(struct rt_serial_device *serial, const rt_uint8_t *
328328
rt_completion_wait(&(tx->completion), RT_WAITING_FOREVER);
329329
continue;
330330
}
331+
}
331332

332333
if (serial->ops->putc(serial, *(char*)data) == -1)
333334
{

0 commit comments

Comments
 (0)