-
Notifications
You must be signed in to change notification settings - Fork 3k
Samsung: fix baremetal #13851 #13853
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #13851 issue.
It would be good to have better description in the pull request (adding some info about the bug and how it is fixed). in the description and the commit message. Can you edit the description and also amend the commit message ?
I modified the commit message and the description. |
Thanks, one typo in the commit message |
Including unused header file, "cmsis-os.h", causes compile errors. This commit fixes it. Signed-off-by: Heuisam Kwag <[email protected]>
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Signed-off-by: Heuisam Kwag [email protected]
Summary of changes
Fixes #13851 issue.
Unused header file, "cmsis-os.h", is included in the source.
It causes compile error, this commit fixes it.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@MarceloSalazar