-
-
Notifications
You must be signed in to change notification settings - Fork 339
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
chore: more OTX to ETX housekeeping #5396
Conversation
1d9b123
to
c74155e
Compare
Curious as to what this means: '- LVGL font code doesn't like pragma,' |
You could try it yourself :-P And witness all the noise from the compiler about pragma being used in the font |
I changed lv_conf.h and had no issues? |
Wasn't that changed in this PR, so shouldn't be one of the listed exceptions? I'm referring to these include style guard defines... in the LVGL font code c files...
|
I didn't consider those as they are auto-generated by the lv_font_conv tool - hence my confusion. |
Sorry about that! Yeah, and no apparent options to change that formatting, so it got added to the ignore list. This is probably done for now anyway, as I'm not touching Companion side at all (yet?!). |
Exceptions: - LVGL font code doesn't like pragma, - thirdparty libraries - STM32 generated headers
c74155e
to
7f3a452
Compare
Summary of changes:
Although it affects significant number of files, should be unobtrusive enough to not break other PRs. Next up is changing over to
#PRAGMA
...