diff options
| author | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-16 09:03:54 -0800 | 
|---|---|---|
| committer | Nick Van Doorn <vandoorn.nick@gmail.com> | 2019-01-16 09:03:54 -0800 | 
| commit | 633e19ec8dfa9c2bb1def9c51c20e0aa417a12aa (patch) | |
| tree | f54379ea845b788e6415ff60cc6d479d8b211cf4 /motionMonitor | |
| parent | 40d757322c224bf9542cff140a10d58956ee7f23 (diff) | |
Remove un-used variable
Diffstat (limited to 'motionMonitor')
| -rw-r--r-- | motionMonitor/motionMonitor.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/motionMonitor/motionMonitor.c b/motionMonitor/motionMonitor.c index 4406bf3..f94d28d 100644 --- a/motionMonitor/motionMonitor.c +++ b/motionMonitor/motionMonitor.c @@ -9,7 +9,6 @@  static const char FormatStr[] = "/sys/bus/iio/devices/iio:device0/in_%s_%s";  static const char AccType[] = "accel"; -static const char GyroType[] = "anglvel";  static const char CompX[] = "x_raw";  static const char CompY[] = "y_raw";  static const char CompZ[] = "z_raw";  | 
