Skip to content
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

Remove unused variables in imx_rt.c causing multiple definition errors #539

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

MulattoKid
Copy link

@MulattoKid MulattoKid commented Jan 16, 2025

sysPllConfig_BOARD_BootClockRUN, usb1PllConfig_BOARD_BootClockRUN and videoPllConfig_BOARD_BootClockRUN are unused, and were causing multiple definition errors when compiling the wolfBoot library into our application as the board code generated by MCUXpresso Config Tools also contains definitions for these variables.

sysPllConfig_BOARD_BootClockRUN, usb1PllConfig_BOARD_BootClockRUN
and videoPllConfig_BOARD_BootClockRUN are unused, and were causing
'multiple definition' errors as the board code generated by
MCUXpresso Config Tools also contains definitions for these variables.
@dgarske dgarske removed their assignment Jan 20, 2025
@dgarske
Copy link
Contributor

dgarske commented Jan 20, 2025

Contributor agreement on file. @bigbrett please finalize. Thank you

@bigbrett
Copy link
Contributor

Looks good, doesn't break backwards compatibilities with the SDKs I have locally installed either.

@bigbrett bigbrett merged commit 456a6f8 into wolfSSL:master Jan 21, 2025
104 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants