X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fi2c.h;h=dff995ccd11ba5ee7bc14f50f23d1e2deee00c48;hb=bc8b61afa24c8ccecb748ba1aebc5c45ff70cc17;hp=c09871fa62a594370f484c5194a67bdbcccf3e04;hpb=1fd8296f617d344eb3b7c132ca92c7ea99f0f2a9;p=bertos.git diff --git a/bertos/drv/i2c.h b/bertos/drv/i2c.h index c09871fa..dff995cc 100644 --- a/bertos/drv/i2c.h +++ b/bertos/drv/i2c.h @@ -32,13 +32,12 @@ * * \brief I2C generic driver functions. * - * \version $Id$ * \author Francesco Sacchi * * $WIZ$ module_name = "i2c" * $WIZ$ module_configuration = "bertos/cfg/cfg_i2c.h" * $WIZ$ module_hw = "bertos/hw/hw_i2c_bitbang.h" - * $WIZ$ module_supports = "not atmega103 and not atmega168" + * $WIZ$ module_supports = "not atmega103 and not atmega168 and not at91" */ #ifndef DRV_I2C_H