X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fi2c.h;h=dff995ccd11ba5ee7bc14f50f23d1e2deee00c48;hb=d4c5a034e315d021d2f85a3d75caafcadd7c3faf;hp=a5673b70c3193f82679f21844c599c5319eb2744;hpb=c7fb36e3638f5dabccb1811d53ec8b781b06299d;p=bertos.git diff --git a/bertos/drv/i2c.h b/bertos/drv/i2c.h index a5673b70..dff995cc 100644 --- a/bertos/drv/i2c.h +++ b/bertos/drv/i2c.h @@ -32,14 +32,14 @@ * * \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 and not at91" */ - + #ifndef DRV_I2C_H #define DRV_I2C_H