Skip to content

Commit

Permalink
[stm32] Start next I2C transaction also when previous failed with NACK
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-durand committed Feb 4, 2023
1 parent 7cb16d6 commit c347f00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modm/platform/i2c/stm32-extended/i2c_master.cpp.in
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ MODM_ISR(I2C{{ id }}_EV)
transaction->detaching(modm::I2c::DetachCause::ErrorCondition);
transaction = nullptr;
}
callNextTransaction();
}
else if (nextOperation == modm::I2c::Operation::Stop)
{
Expand Down

0 comments on commit c347f00

Please sign in to comment.