diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 6c47f8e525..d2574c947e 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5101,7 +5101,6 @@ int kbd_decode(FAR struct lib_instream_s *stream, FAR struct kbd_getstate_s *sta That structure defines a call table with the following methods:
uint32_t setfrequency(FAR struct i2c_master_s *dev, uint32_t frequency);
- int setaddress(FAR struct i2c_master_s *dev, int addr, int nbits);
int transfer(FAR struct i2c_master_s *dev, FAR struct i2c_msg_s *msgs, int count);