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

Ensure all peripherals define HAL_PERIPH_ENABLE_GPS to 1 or 0 #28127

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

peterbarker
Copy link
Contributor

No description provided.

@peterbarker
Copy link
Contributor Author

It was generally agreed this was a good idea, but we should take the opportunity to rename HAL_PERIPH_ENABLE_GPS to AP_PERIPH_GPS_ENABLED etc

@peterbarker peterbarker force-pushed the pr/periph-must-define-gps-to-1-or-0 branch 2 times, most recently from 3760788 to 47894ef Compare January 14, 2025 06:55
@peterbarker peterbarker force-pushed the pr/periph-must-define-gps-to-1-or-0 branch from 47894ef to 77f0cf8 Compare January 14, 2025 12:13
@peterbarker
Copy link
Contributor Author

This is a no-compiler-output change.

* MSP configuration
*/
#ifndef AP_PERIPH_MSP_ENABLED
#define AP_PERIPH_MSP_ENABLED 1
Copy link
Contributor

Choose a reason for hiding this comment

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

why the MSP change?

@tridge
Copy link
Contributor

tridge commented Jan 21, 2025

ok to merge with MSP fixup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

3 participants