Skip to content
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

Remove atomicity warning that does not apply to STM32 #2502

Merged
merged 2 commits into from
Aug 28, 2024

Conversation

nocnokneo
Copy link
Contributor

Summary

Removes an atomicity warning in HardwareSerial.h that does not apply to (32-bit) STM32. Based on a review on this response and my own testing, I'm convinced that the atomicity warning and link to an ArduinoCore-avr issue is not relevant.

Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @nocnokneo
Thanks for thePR.
You're right this warning could be removed it is an artifact when the class was created using original Arduino Class.

.github/PULL_REQUEST_TEMPLATE.md Outdated Show resolved Hide resolved
@fpistm fpistm added the fix 🩹 Bug fix label Aug 28, 2024
@fpistm fpistm added the documentation 📚 Improvements or additions to documentation label Aug 28, 2024
@fpistm fpistm added this to the 2.9.0 milestone Aug 28, 2024
@fpistm fpistm merged commit 6e60087 into stm32duino:main Aug 28, 2024
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📚 Improvements or additions to documentation fix 🩹 Bug fix
Projects
Development

Successfully merging this pull request may close these issues.

2 participants