Skip to content

Commit 59fb92f

Browse files
committed
Removed unused variable
1 parent 85de184 commit 59fb92f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/I2S/src/I2S.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,6 @@ void I2SClass::_post_read_data_fix(void *input, size_t *size){
988988
// bytes_written - number of bytes used from original buffer
989989
// actual_bytes_written - number of bytes written by i2s_write after fix
990990
void I2SClass::_fix_and_write(void *output, size_t size, size_t *bytes_written, size_t *actual_bytes_written){
991-
long start = millis();
992991
ulong src_ptr = 0;
993992
uint8_t* buff = NULL;
994993
size_t buff_size = size;

0 commit comments

Comments
 (0)