Skip to content

Commit 262f58e

Browse files
committed
Fix i2c.pb.h docstring
1 parent c92b020 commit 262f58e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/protos/i2c.pb.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ typedef struct _wippersnapper_i2c_I2cBusDescriptor {
5555

5656
/* *
5757
I2cBusScan represents a command for a device to perform an i2c scan. */
58-
I2cBusDescriptor represents the I2c bus' SDA and SCL pins. */
5958
typedef struct _wippersnapper_i2c_I2cBusDescriptor {
6059
char i2c_bus_sda[15]; /* * SDA pin for an i2c bus.* */
6160
char i2c_bus_scl[15]; /* * SCL pin for an i2c bus.* */

0 commit comments

Comments
 (0)