xiaoxiang781216 commented on code in PR #7472: URL: https://github.com/apache/incubator-nuttx/pull/7472#discussion_r1017456380
########## arch/arm/src/sama5/sam_twi.c: ########## @@ -229,6 +229,14 @@ static void twi_hw_initialize(struct twi_dev_s *priv, uint32_t frequency); * Private Data ****************************************************************************/ +static const struct i2c_ops_s g_twiops = +{ + .transfer = twi_transfer +#ifdef CONFIG_I2C_RESET + , .reset = twi_reset Review Comment: Done -- 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