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

aerofc: Look for px4flow sensor on telemetry port #8994

Merged
merged 1 commit into from
Mar 30, 2018

Conversation

sugnanprabhu
Copy link
Contributor

@sugnanprabhu sugnanprabhu commented Mar 2, 2018

If user connects the px4flow sensor on telemetery port of intel aero, it is not working as px4flow sensor driver is not looking for the desired slave address on the expansion port.

@sugnanprabhu sugnanprabhu changed the title aerofc: Look for px4 sensor on telemetry port aerofc: Look for px4flow sensor on telemetry port Mar 2, 2018
@@ -754,6 +754,10 @@ start(int argc, char *argv[])
#ifdef PX4_I2C_BUS_ONBOARD
PX4_I2C_BUS_ONBOARD,
#endif
#ifdef CONFIG_ARCH_BOARD_AEROFC_V1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't use board specific defines outside of the board support (currently src/drivers/boards/aerofc-v1).

What about ifdef PX4_I2C_BUS_EXPANSION1?

@dagar
Copy link
Member

dagar commented Mar 30, 2018

Sorry for the delay, github didn't notify me you made the change.

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