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

Removed duplicated servo variables for ESP32 #648

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

lonelycorn
Copy link
Contributor

@lonelycorn lonelycorn commented Feb 25, 2024

in mcu_esp32.c there are a couple of build failures related to servo

  • duplicated variables
  • conflicting function forward-declaration vs definition
    which are likely mistakes from a previous merge.

Duplicated variables related to servo were found in mcu_esp32.c, causing build failures.
@Paciente8159 Paciente8159 added bug Something isn't working HAL: ESP32 HAL: ESP32 labels Feb 26, 2024
@Paciente8159
Copy link
Owner

Thank you very much.
Will review it tomorrow.

@Paciente8159 Paciente8159 merged commit 6e1998f into Paciente8159:master Feb 26, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working HAL: ESP32 HAL: ESP32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants