-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Fix spelling mistake in all soc/interrupts.h (IDFGH-14503) #15273
base: master
Are you sure you want to change the base?
Conversation
|
👋 Hello BrettRegnier, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
sha=a8f97bbdf6cb319b3a33a4a69aae1f3fe0245b7c |
Description of change:
Fixed spelling mistake in components/soc/*/include/soc/interrupts.h.
periph_interrput_t -> periph_interrupt_t.
Reason:
I am using the enum periph_interrput_t in my projects and I wanted to fix the spelling mistake.
Testing:
None performed, its a name change, and is not used anywhere in the codebase.
Closes #15272