Missed the accel reference here

This commit is contained in:
Greg Hulands 2013-03-01 10:14:11 -08:00
parent 349af372d0
commit d1e41f2c48
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@
#define RANGE_FINDER_DEVICE_PATH "/dev/range_finder" #define RANGE_FINDER_DEVICE_PATH "/dev/range_finder"
/** /**
* accel report structure. Reads from the device must be in multiples of this * range finder report structure. Reads from the device must be in multiples of this
* structure. * structure.
*/ */
struct range_finder_report { struct range_finder_report {