diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html index 457b1d98695..c4e327c2c01 100644 --- a/Documentation/NuttxPortingGuide.html +++ b/Documentation/NuttxPortingGuide.html @@ -5100,10 +5100,10 @@ int kbd_decode(FAR struct lib_instream_s *stream, FAR struct kbd_getstate_s *sta Each I2C device driver must implement an instance of struct i2c_ops_s. That structure defines a call table with the following methods:
  • @@ -5115,7 +5115,7 @@ int kbd_decode(FAR struct lib_instream_s *stream, FAR struct kbd_getstate_s *sta

      -
    1. Get an instance of struct i2c_dev_s from the hardware-specific I2C device driver, and
    2. +
    3. Get an instance of struct i2c_master_s from the hardware-specific I2C device driver, and
    4. Provide that instance to the initialization method of the higher level device driver.