Skip to content

Removed conflict between printf & Serial.print #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 8, 2017
Merged

Conversation

ghost
Copy link

@ghost ghost commented Jun 7, 2017

Issue #16
We now check if data as been correctly sent when printf() is used. printf() was in conflict with Serial.print() because it uses uart in polling mode and Serial uses uart in IT mode.

printf() function should be used only for debug purpose inside core.

@fpistm fpistm merged commit 44f340f into master Jun 8, 2017
@fpistm fpistm deleted the issue_16 branch August 7, 2017 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant