Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

flush after each stdout write when defmt is not enabled #77

Merged
merged 1 commit into from
Oct 19, 2020
Merged

Conversation

japaric
Copy link
Member

@japaric japaric commented Oct 19, 2020

terminal apps flush on newline by default (changing that is not straightforward
iirc)
so instead we flush after each write call so that data not containing a newline
is printed immediately
should fix #75

terminal apps flush on newline by default (changing that is not straightforward
iirc)
so instead we flush after each write call so that data not containing a newline
is printed immediately
should fix #75
@japaric japaric merged commit 839fbcf into main Oct 19, 2020
@japaric japaric deleted the gh75 branch October 23, 2020 16:08
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Text not printed with rprint without newline
2 participants