Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit d0bebf4

Browse files
authored
Update pal_i2c_arduino.cpp
closes #2
1 parent ea3a367 commit d0bebf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/optiga_trustx/pal_i2c_arduino.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ pal_status_t pal_i2c_read(pal_i2c_t* p_i2c_context , uint8_t* p_data , uint16_t
251251

252252
i2c = (TwoWire *)p_i2c_context->p_i2c_hw_config;
253253

254-
i2c->beginTransmission(p_i2c_context->slave_address);
255254
bytes = i2c->requestFrom((int)p_i2c_context->slave_address, bytes);
256255

257256
if (bytes == 0)

0 commit comments

Comments
 (0)