forked from espressif/arduino-esp32
Summary Added compiler.warning_flags to all chips in platform.txt to reflect users setting of warning level output during compilation (set up in Arduino IDE preferences) Impact When a warning is set to none the compilation will no longer display warnings Related links Solves issue #6118
This commit is contained in:
@ -988,7 +988,6 @@ void I2SClass::_post_read_data_fix(void *input, size_t *size){
|
||||
// bytes_written - number of bytes used from original buffer
|
||||
// actual_bytes_written - number of bytes written by i2s_write after fix
|
||||
void I2SClass::_fix_and_write(void *output, size_t size, size_t *bytes_written, size_t *actual_bytes_written){
|
||||
long start = millis();
|
||||
ulong src_ptr = 0;
|
||||
uint8_t* buff = NULL;
|
||||
size_t buff_size = size;
|
||||
|
Reference in New Issue
Block a user