include/nuttx/i2c/i2c_master.h: Fix a small typo.

arch/mips/include/pic32mz/chip.h: Add a messing " in an error message.
arch/mips/src/pic32mz:  Add support for the I2C bus.
This commit is contained in:
Ouss4
2018-12-07 18:53:57 -06:00
committed by Gregory Nutt
parent 6371b970f9
commit 7aefd5a45f
8 changed files with 2151 additions and 44 deletions
+2 -2
View File
@@ -78,7 +78,7 @@
* START/STOP Rules:
*
* 1. The lower half I2C driver will always issue the START condition at the
* beginning of a message unless I2C_M_NOSTART flat is set in the
* beginning of a message unless I2C_M_NOSTART flag is set in the
* message.
*
* 2. The lower half I2C driver will always issue the STOP condition at the
@@ -213,7 +213,7 @@ struct i2c_config_s
uint8_t addrlen; /* I2C address length (7 or 10 bits) */
};
/* I2C transaction segment beginning with a START. A number of these can
/* I2C transaction segment beginning with a START. A number of these can
* be transferred together to form an arbitrary sequence of write/read transfer
* to an I2C slave device.
*/