xiaoxiang781216 commented on code in PR #6468: URL: https://github.com/apache/incubator-nuttx/pull/6468#discussion_r900861463
########## arch/risc-v/src/esp32c3/esp32c3_i2c.c: ########## @@ -1037,14 +1037,32 @@ static int esp32c3_i2c_transfer(struct i2c_master_s *dev, esp32c3_i2c_init_clock(priv, msgs[i].frequency); - /* Reset I2C trace logic */ + if (msgs[i].flags&I2C_M_NOSTART) Review Comment: add space before and after & -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org