-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Missing initializer for ext_clk_freq_hz (IDFGH-14501) #15271
Comments
@floitsch Thanks for reporting! May I ask your environment? Arduino or using idf.py directly? |
idf.py directly. |
I applied the fix, but the error
thelazt@2bb9fb2#diff-a1137c1c92942c76ba853b95de0e85e14fbc3898d5490e3c02baba63d02ff4e6R218-R219 Do you need to change the order ?
|
Answers checklist.
General issue report
The
I2S_STD_CLK_DEFAULT_CONFIG
macro is not initializing the fieldext_clk_freq_hz
which is available onSOC_I2S_HW_VERSION_2
. When compiling for platforms with that hw-version (like the S3), there are now warnigs:esp-idf/components/esp_driver_i2s/include/driver/i2s_std.h
Line 202 in d30e4d9
The text was updated successfully, but these errors were encountered: