summaryrefslogtreecommitdiff
path: root/py/mpprint.c
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2022-08-26 17:04:23 +0200
committerDamien George <damien@micropython.org>2022-08-31 00:18:35 +1000
commit8ea6fefc6d52ae46199a337064c05431f6dd30cb (patch)
tree268d786678ac05c911d699b8e163213cdb16fd00 /py/mpprint.c
parent8804993d0f5326fd71f137433a1b52199d65f119 (diff)
stm32/machine_uart: Implement uart.flush() and uart.txdone().
Since uart.write() of the STM32 port waits until all bytes have been sent, uart.flush() and uart.txdone() are implemented as empty functions to provide API consistency. uart.flush() flush() will always return immediately. ret = uart.txdone() uart.txdone() will always return True.
Diffstat (limited to 'py/mpprint.c')
0 files changed, 0 insertions, 0 deletions