diff options
author | Keith Packard <keithp@keithp.com> | 2018-08-05 12:19:19 +0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2018-08-15 15:40:15 -0700 |
commit | 171d12cb7bb0ea185e9b8b6d90e1c0fb94b19008 (patch) | |
tree | 31883b10f6c64728e44d199fe228b229170a50bf /src | |
parent | 297eb795b24ec31f6599f48bc8c3769557a7ec6f (diff) |
altos: Remove spurious ao_mma655x_spi_index variable
This isn't used; was probably included for debugging at some point.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/ao_mma655x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/ao_mma655x.c b/src/drivers/ao_mma655x.c index b9f1709c..5d44bffd 100644 --- a/src/drivers/ao_mma655x.c +++ b/src/drivers/ao_mma655x.c @@ -30,8 +30,6 @@ #define PRINTD(l,...) #endif -uint8_t ao_mma655x_spi_index = AO_MMA655X_SPI_INDEX; - static void ao_mma655x_start(void) { ao_spi_get_bit(AO_MMA655X_CS_PORT, |