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

Fix unit test build #110

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

davefiddes
Copy link
Contributor

Reinstate the move of utils::change() to be an inline function similar to commit 467955d. This allows
utils.h to be used in both the Linux and STM32 builds. Currently utils.cpp is highly platform specific and cannot be built for Linux x86.

Tests:

  • Build for STM32 and x86 Linux
  • Run unit tests on Linux successfully

Reinstate the move of utils::change() to be an inline
function similar to commit 467955d. This allows
utils.h to be used in both the Linux and STM32 builds.
Currently utils.cpp is highly platform specific and
cannot be built for Linux x86.

Tests:
 - Build for STM32 and x86 Linux
 - Run unit tests on Linux successfully
@damienmaguire damienmaguire merged commit 7d055fc into damienmaguire:master Sep 26, 2024
1 check passed
@damienmaguire
Copy link
Owner

Thanks Dave

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.

2 participants