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 42d77ec commit 3e7a909Copy full SHA for 3e7a909
targets/TARGET_Maxim/TARGET_MAX32620C/i2c_api.c
@@ -145,11 +145,6 @@ int i2c_byte_read(i2c_t *obj, int last)
145
if (I2CM_WriteTxFifo(i2cm, fifo, MXC_S_I2CM_TRANS_TAG_RXDATA_NACK) != E_NO_ERROR) {
146
goto byte_read_err;
147
}
148
-
149
- // Send the stop condition
150
- if (I2CM_WriteTxFifo(i2cm, fifo, MXC_S_I2CM_TRANS_TAG_STOP) != E_NO_ERROR) {
151
- goto byte_read_err;
152
- }
153
} else {
154
if (I2CM_WriteTxFifo(i2cm, fifo, MXC_S_I2CM_TRANS_TAG_RXDATA_COUNT) != E_NO_ERROR) {
155
0 commit comments