diff options
Diffstat (limited to 'ports/stm32f4/src/stream_i2c.c')
| -rw-r--r-- | ports/stm32f4/src/stream_i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/stm32f4/src/stream_i2c.c b/ports/stm32f4/src/stream_i2c.c index 3e8fc95..8c6c65b 100644 --- a/ports/stm32f4/src/stream_i2c.c +++ b/ports/stm32f4/src/stream_i2c.c @@ -19,7 +19,7 @@ int i2c_read(uint8_t* buf, size_t count, void **vptr, void *sptr) else if (++AF_counter > AF_limit) { return HAL_I2C_ERROR_AF; } - } + } return 0; } |
