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

The initXXXX functions where XXXX is the name of a sensor are defined with two arguments but are passed three #105

Open
JamesTimothyMeech opened this issue Sep 13, 2022 · 0 comments
Labels
Bug Something isn't working

Comments

@JamesTimothyMeech
Copy link
Contributor

JamesTimothyMeech commented Sep 13, 2022

Describe the bug
When editing config.h such that
#define WARP_BUILD_ENABLE_DEVBMX055 1
or
#define WARP_BUILD_ENABLE_DEVHDC1000 1

you get compiler errors that state that you are trying to call a function that takes two arguments with three arguments.
To reproduce
set #define WARP_BUILD_ENABLE_DEVBMX055 1
or
#define WARP_BUILD_ENABLE_DEVHDC1000 1
and then compile with make warp

Expected behavior
Compiler errors complaining about calling a function with more arguments than it is defined to have.

@JamesTimothyMeech JamesTimothyMeech added the Bug Something isn't working label Sep 13, 2022
@JamesTimothyMeech JamesTimothyMeech changed the title The initXXXX functions where XXXX is the name of a sensor have two arguments but are passed three The initXXXX functions where XXXX is the name of a sensor are defined with two arguments but are passed three Sep 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant