-
Notifications
You must be signed in to change notification settings - Fork 3k
STM32 - Rename RTC_LSI #2816
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
STM32 - Rename RTC_LSI #2816
Conversation
@svastm Good idea. 1 question though : have you seen any side effects of this macro, or is it purely a cosmetic change ? |
I did not seen any change. It's just because RTC_LSI is a macro only used by ST and should not be prefixed by |
6bd0f51
to
c69f7e0
Compare
Ok clear- definitely a good idea for me +1 |
retest uvisor |
4 similar comments
retest uvisor |
retest uvisor |
retest uvisor |
retest uvisor |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 991 All builds and test passed! |
c69f7e0
to
d37e4d8
Compare
Rebased, every macro should be renamed now. |
Description
The macro was wrongly named
DEVICE_RTC_LSI
while it is not a part ofDEVICE_
api. This PR rename it toRTC_LSI
Status
IN DEVELOPMENT
Migrations
NO
Todos