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

AP_Periph: fix network build #25657

Merged
merged 2 commits into from
Nov 29, 2023

Conversation

magicrub
Copy link
Contributor

fix Periph network builds

Tools/AP_Periph/networking.h Show resolved Hide resolved
@@ -353,9 +353,11 @@ bool AP_Networking::Port::send_receive(void)
// handle outgoing packets
uint32_t available = writebuffer->available();
available = MIN(300U, available);
#if HAL_GCS_ENABLED
Copy link
Contributor

Choose a reason for hiding this comment

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

This'll do.

I should probably try to get my AP_MAVLINK_ENABLED branch working at some stage...

@magicrub magicrub force-pushed the pr/periph_compile_error1 branch from 24fcbc1 to b0a6539 Compare November 28, 2023 21:36
Copy link
Contributor

@peterbarker peterbarker left a comment

Choose a reason for hiding this comment

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

LGTM

@peterbarker peterbarker merged commit 7da434d into ArduPilot:master Nov 29, 2023
87 checks passed
@magicrub magicrub deleted the pr/periph_compile_error1 branch November 29, 2023 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants