Shop OBEX P1 Docs P2 Docs Learn Events
Simple Typo in i2c.h — Parallax Forums

Simple Typo in i2c.h

danielstrittdanielstritt Posts: 43
edited 2012-11-28 04:55 in Propeller 1
Hello, I don't know if this is a big deal, or if I am mis-reading it, but I noticed something strange in the include file i2c.h. In line 158 it says:

* @param dev I2C device to close

But this is in the description of i2cWrite. It looks like someone added it accidentally because the function above it has that same line, but that's for i2cClose().

Anyway, just thought you would want to know. Thanks for the awesome dev tools, by the way!

Daniel

Comments

  • ersmithersmith Posts: 6,054
    edited 2012-11-28 04:55
    It is (as you guessed) a copy and paste error. We'll fix those comments in the next release. Thanks for the bug report!

    Eric
Sign In or Register to comment.