Skip to content

Commit a59e1e5

Browse files
author
Chuck Todd
committed
fix merge error
Still learning how to commit
1 parent 26374e4 commit a59e1e5

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Diff for: cores/esp32/esp32-hal-i2c.c

-7
Original file line numberDiff line numberDiff line change
@@ -1131,17 +1131,10 @@ if(i2c->intr_handle){
11311131
i2c->intr_handle=NULL;
11321132
}
11331133
if(i2c->i2c_event){
1134-
<<<<<<< HEAD
11351134
vEventGroupDelete(i2c->i2c_event);
11361135
i2c->i2c_event = NULL;
11371136
}
11381137
return i2cFreeQueue(i2c);
1139-
=======
1140-
xEventGroupDelete(i2c->i2c_event);
1141-
i2c->i2c_event = NULL;
1142-
}
1143-
return i2cFreeQueue(i2c); //release dynamic memory
1144-
>>>>>>> origin/master
11451138
}
11461139

11471140
/* todo

0 commit comments

Comments
 (0)