Skip to content

Add missing include in codec_dev ADC #1613

Open
PetrESP wants to merge 1 commit into
espressif:masterfrom
PetrESP:bugfix/codec_dev_adc_include
Open

Add missing include in codec_dev ADC #1613
PetrESP wants to merge 1 commit into
espressif:masterfrom
PetrESP:bugfix/codec_dev_adc_include

Conversation

@PetrESP

@PetrESP PetrESP commented Jun 16, 2026

Copy link
Copy Markdown

Description

Added a missing include to esp_codec_adc.h.
This header file uses audio_codec_data_if_t typedef which is defined in audio_codec_data_if.h.
When the esp_codec_adc.h header file is included after another esp_codec_dev header then this code compiles otherwise there is a compilation error.


Checklist

Before submitting a Pull Request, please ensure the following:

  • 🚨 This PR does not introduce breaking changes.
  • All CI checks (GH Actions) pass.
  • Documentation is updated as needed.
  • Tests are updated or added as necessary.
  • Code is well-commented, especially in complex areas.
  • Git history is clean — commits are squashed to the minimum necessary.

@CLAassistant

CLAassistant commented Jun 16, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@PetrESP PetrESP changed the base branch from release/v2.x to master June 16, 2026 14:47
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