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_Torqeedo: correct compilation with HAL_GCS_ENABLED is false #26438

Merged
merged 1 commit into from
Mar 8, 2024

Conversation

peterbarker
Copy link
Contributor

removes a larger block to avoid warnings about uninitialised values

compilation was failing because health and actual_motor_speed are unused when both logging and gcs are compiled out

removes a larger block to avoid warnings about unused variables
@peterbarker
Copy link
Contributor Author

No compiler output change by default:

Board                    AP_Periph  blimp  bootloader  copter  heli  iofirmware  plane  rover  sub
CubeOrange-periph-heavy  *                                                                     
Durandal                            *      *           *       *                 *      *      *
Hitec-Airspeed           *                                                                     
KakuteH7-bdshot                     *      *           *       *                 *      *      *
MatekF405                           *      *           *       *                 *      *      *
Pixhawk1-1M-bdshot                  *                  *       *                 *      *      *
f103-QiotekPeriph        *                                                                     
f303-Universal           *                                                                     
iomcu                                                                *                         
revo-mini                           *      *           *       *                 *      *      *
skyviper-v2450                                         *                                       

Copy link
Contributor

@rmackay9 rmackay9 left a comment

Choose a reason for hiding this comment

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

Thanks!

@peterbarker peterbarker merged commit 4b97dba into ArduPilot:master Mar 8, 2024
89 checks passed
@peterbarker peterbarker deleted the pr/torqueedo-no-gcs branch March 8, 2024 02:32
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