summaryrefslogtreecommitdiff
path: root/src/stm/ao_i2c_stm.c
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2013-04-22 13:00:26 -0600
committerBdale Garbee <bdale@gag.com>2013-04-22 13:00:26 -0600
commitaa7eac32adf4c2cdf441991d02411758f2682d1e (patch)
tree0a1e96e33be548eff60e5bcf843a1447fd886fe5 /src/stm/ao_i2c_stm.c
parent8c05f608c8f103649c1e5ec0d5742621e233af78 (diff)
name change from MegaMetrum to TeleMega
Diffstat (limited to 'src/stm/ao_i2c_stm.c')
-rw-r--r--src/stm/ao_i2c_stm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stm/ao_i2c_stm.c b/src/stm/ao_i2c_stm.c
index 779e2275..809b5c6f 100644
--- a/src/stm/ao_i2c_stm.c
+++ b/src/stm/ao_i2c_stm.c
@@ -36,7 +36,7 @@ static uint16_t ao_i2c_addr[STM_NUM_I2C];
uint8_t ao_i2c_mutex[STM_NUM_I2C];
# define I2C_HIGH_SLOW 5000 /* ns, 100kHz clock */
-#ifdef MEGAMETRUM
+#ifdef TELEMEGA
# define I2C_HIGH_FAST 2000 /* ns, 167kHz clock */
#else
# define I2C_HIGH_FAST 1000 /* ns, 333kHz clock */