diff options
author | Bdale Garbee <bdale@gag.com> | 2013-04-22 13:00:26 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2013-04-22 13:00:26 -0600 |
commit | aa7eac32adf4c2cdf441991d02411758f2682d1e (patch) | |
tree | 0a1e96e33be548eff60e5bcf843a1447fd886fe5 /src/drivers/ao_companion.c | |
parent | 8c05f608c8f103649c1e5ec0d5742621e233af78 (diff) |
name change from MegaMetrum to TeleMega
Diffstat (limited to 'src/drivers/ao_companion.c')
-rw-r--r-- | src/drivers/ao_companion.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_companion.c b/src/drivers/ao_companion.c index 0ebe8429..0f405253 100644 --- a/src/drivers/ao_companion.c +++ b/src/drivers/ao_companion.c @@ -18,7 +18,7 @@ #include <ao.h> #include <ao_companion.h> -#ifdef MEGAMETRUM +#ifdef TELEMEGA #define ao_spi_slow(b) #define ao_spi_fast(b) #endif |