Shaunak Datar commented on a discussion on bsps/aarch64/raspberrypi/i2c/raspberrypi-i2c.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129089 > + } > + } > +#else > rv = i2c_polling_write( bus ); > if ( rv < 0 ) { > return rv; > } > +#endif > } > if ( ( S_REG( bus ) & S_ERR ) || ( S_REG( bus ) & S_CLKT ) || > ( bus->remaining_bytes != 0 ) ) { > return -EIO; > } > > - S_REG( bus ) = S_DONE; > + // S_REG( bus ) = S_DONE; Yes- removed it -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/682#note_129089 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
