1
0
Fork 0
forked from nuttx/nuttx-update

Oops. Apparently a copy'n'paste was accidentally a cut'n'paste

This commit is contained in:
Gregory Nutt 2016-02-02 12:53:32 -06:00
parent 95df32a5ce
commit e5d86dd3fc

View file

@ -136,7 +136,7 @@ static const struct ioexpander_ops_s g_pca9555_ops =
****************************************************************************/
static inline int pca9555_write(FAR struct pca9555_dev_s *pca,
FAR const uint8_t *, int wbuflen)
FAR const uint8_t *wbuffer, int wbuflen)
{
struct i2c_msg_s msg;