We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e32022 commit d2816b2Copy full SHA for d2816b2
cores/esp32/esp32-hal-i2c.c
@@ -1270,15 +1270,15 @@ i2c_err_t i2cProcQueue(i2c_t * i2c, uint32_t *readCount, uint16_t timeOutMillis)
1270
1271
i2c->dev->ctr.trans_start=1; // go for it
1272
1273
-#if ARDUHAL_LOG_LEVEL >= ARDUHAL_LOG_LEVEL_ERROR
+#if ARDUHAL_LOG_LEVEL >= ARDUHAL_LOG_LEVEL_DEBUG
1274
portTickType tBefore=xTaskGetTickCount();
1275
#endif
1276
1277
// wait for ISR to complete the transfer, or until timeOut in case of bus fault, hardware problem
1278
1279
uint32_t eBits = xEventGroupWaitBits(i2c->i2c_event,EVENT_DONE,pdFALSE,pdTRUE,ticksTimeOut);
1280
1281
1282
portTickType tAfter=xTaskGetTickCount();
1283
1284
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments