Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d5ad89a

Browse files
author
Luc
committedNov 27, 2018
Update esp32-hal-i2c.c
1 parent 65ee625 commit d5ad89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cores/esp32/esp32-hal-i2c.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ static void IRAM_ATTR i2cDumpCmdQueue(i2c_t *i2c)
248248

249249
/* Stickbreaker ISR mode debug support
250250
*/
251-
#if (ARDUHAL_LOG_LEVEL >= ARDUHAL_LOG_LEVEL_INFO)
251+
#if (ARDUHAL_LOG_LEVEL >= ARDUHAL_LOG_LEVEL_INFO)
252252
static void i2cDumpDqData(i2c_t * i2c)
253253
{
254254
#if defined (ENABLE_I2C_DEBUG_BUFFER)

0 commit comments

Comments
 (0)
Please sign in to comment.