Mercurial > ecos
changeset 1960:837e0ee7a317
* doc/i2c.sgml: Replaced a _ with a - to keep jade happy.
| author | asl |
|---|---|
| date | Thu, 21 Apr 2005 19:04:57 +0000 |
| parents | 81a7ecadf7d3 |
| children | 72081de0594d |
| files | packages/io/i2c/current/ChangeLog packages/io/i2c/current/doc/i2c.sgml |
| diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/io/i2c/current/ChangeLog +++ b/packages/io/i2c/current/ChangeLog @@ -1,3 +1,7 @@ +2005-04-21 Andrew Lunn <andrew.lunn@ascom.ch> + + * doc/i2c.sgml: Replaced a _ with a - to keep jade happy. + 2005-03-03 Bart Veer <bartv@ecoscentric.com> * src/i2c.cxx: cope with ports which define HAL_DELAY_US() in
--- a/packages/io/i2c/current/doc/i2c.sgml +++ b/packages/io/i2c/current/doc/i2c.sgml @@ -544,7 +544,7 @@ before the transaction is ended. </para> </refsect1> - <refsect1 id="i2c-api_initialization"><title>Initialization</title> + <refsect1 id="i2c-api-initialization"><title>Initialization</title> <para> The generic package <varname>CYGPKG_IO_I2C</varname> arranges for all I2C bus devices to be initialized via a single prioritized C++ static
