File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -836,7 +836,7 @@ lib_extra_dirs = .
836836platform = espressif32 @ 6.8.1
837837board = esp32-h2-devkitm-1
838838framework = espidf
839- build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes
839+ build_flags = -Werror -Wall -Wno-deprecated-declarations -Wno-error =incompatible-pointer-types -Wno-unused-function -Wno-error =attributes - Wno-error =missing-field-initializers
840840board_build.f_cpu = 240000000L
841841lib_extra_dirs = .
842842
Original file line number Diff line number Diff line change 22#if defined(SUPPORT_ESP32_I2S)
33
44#include " pd_esp32/i2s_manager.h"
5+ #include < string.h>
56
67static IRAM_ATTR bool i2s_tx_done_callback (i2s_chan_handle_t handle,
78 i2s_event_data_t * event,
@@ -119,7 +120,7 @@ bool I2sManager::i2sMuxGetBit(uint8_t slot) {
119120}
120121
121122void IRAM_ATTR I2sManager::handleTxDone (uint8_t * buf) {
122- _callback_count++ ;
123+ _callback_count += 1 ;
123124
124125 if (_is_mux) {
125126 init_mux_buffer (buf);
You can’t perform that action at this time.
0 commit comments