forked from Archive/PX4-Autopilot
Defining Eagle Board specific device paths, still in progress.
This commit is contained in:
parent
39daea103b
commit
aec31c5904
|
@ -46,6 +46,8 @@
|
|||
#include "drv_sensor.h"
|
||||
#include "drv_orb_dev.h"
|
||||
|
||||
// TODO: LEFT-OFF: Define an Eagle Board specific device path.
|
||||
|
||||
#define ACCEL_BASE_DEVICE_PATH "/dev/accel"
|
||||
#define ACCEL0_DEVICE_PATH "/dev/accel0"
|
||||
#define ACCEL1_DEVICE_PATH "/dev/accel1"
|
||||
|
|
Loading…
Reference in New Issue