X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fi2c_lm3s.h;h=5a76f93ff61e63bab21e1079f62c22a922c3e02a;hb=563795df4180aaceb7d69306551230c98fbca879;hp=e6e6035d3b484f30cc70ef6e43a9bc48ed13b65a;hpb=953453d9b0d9edecc716ec1e74ca8aeba9d078d2;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/i2c_lm3s.h b/bertos/cpu/cortex-m3/drv/i2c_lm3s.h index e6e6035d..5a76f93f 100644 --- a/bertos/cpu/cortex-m3/drv/i2c_lm3s.h +++ b/bertos/cpu/cortex-m3/drv/i2c_lm3s.h @@ -45,9 +45,12 @@ */ enum { +#if CPU_CM3_LM3S1968 I2C0, I2C1, - +#elif CPU_CM3_LM3S8962 + I2C0, +#enif I2C_CNT /**< Number of serial ports */ };