-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove unused cmsis includes. #7891
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
@c1728p9 Could you take a quick look at this? |
/morph build |
Build : SUCCESSBuild number : 2931 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2549 |
@OPpuolitaival @studavekar Another multiple defined symbols (cleanup problem?) /morph export-build |
Exporter Build : SUCCESSBuild number : 2556 |
Test : SUCCESSBuild number : 2680 |
/morph mbed2-build |
Description
Remove unused "cmsis.h" includes from CAN and TimerEvent drivers.
AFAICS those files do not use any CMSIS functionality, and I guess code in "drivers" shouldn't use CMSIS directly, anyway.
Since this is not really a "Fix" (nothing's broken, actually), I'll go with "Refactor" as Pull request type (maybe you want to add "Cleanup" to that list).
Pull request type