We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 532f378 commit 3741440Copy full SHA for 3741440
components/storage/blockdevice/COMPONENT_I2CEE/I2CEEBlockDevice.h
@@ -184,8 +184,8 @@ class I2CEEBlockDevice : public BlockDevice {
184
/**
185
* Gets the device's I2C address with respect to the requested page.
186
* When eight bit mode is disabled, this function is a noop.
187
- * When eight bit mode is enabled, it sets the bits required for this bit
188
- * in the devices address. Other bits remain unchained.
+ * When eight bit mode is enabled, it sets the bits required
+ * in the devices address. Other bits remain unchanged.
189
* @param address An address in the requested page.
190
* @return The device's I2C address for that page
191
*/
0 commit comments