diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-20 22:15:25 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-20 22:19:35 -0800 |
commit | b31b4622d5bd92c0cc0851818f5b595dbdb60ead (patch) | |
tree | 7ce882a3f9a583903d2054471769a82e7c3de852 /src/drivers/ao_mpu6000.c | |
parent | 755082d36231c1b247bc0e1f13919dd9b5c362a8 (diff) |
altos: Clean up some minor warnings from -Wall
Unused variables, functions and labels, missing enums in switch.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_mpu6000.c')
-rw-r--r-- | src/drivers/ao_mpu6000.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/ao_mpu6000.c b/src/drivers/ao_mpu6000.c index f8ce7346..0689d7a7 100644 --- a/src/drivers/ao_mpu6000.c +++ b/src/drivers/ao_mpu6000.c @@ -21,7 +21,6 @@ #if HAS_MPU6000 -static uint8_t ao_mpu6000_wake; static uint8_t ao_mpu6000_configured; #ifndef AO_MPU6000_I2C_INDEX |