X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_i2c.h;h=376ad5b95a18d53f404fcc43066de9f69ae6b98f;hb=81aa9192a666837a2391978e11ce788bf82cd17d;hp=233134437f84281be751202ac1b8971d066e5f65;hpb=03c14d1d807783de7b8560727843802c00b19d0f;p=bertos.git diff --git a/bertos/cfg/cfg_i2c.h b/bertos/cfg/cfg_i2c.h index 23313443..376ad5b9 100644 --- a/bertos/cfg/cfg_i2c.h +++ b/bertos/cfg/cfg_i2c.h @@ -54,6 +54,7 @@ * I2C driver can have 2 backends: * I2C_BACKEND_BUILTIN: Use (if present) the builtin i2c hardware. * I2C_BACKEND_BITBANG: Use the emulated bitbang driver. + * \see drv/i2c.h for more information. */ #define CONFIG_I2C_BACKEND I2C_BACKEND_BUILTIN