Sensors app: Update to uORB changes

This commit is contained in:
Lorenz Meier 2015-08-20 10:49:06 +02:00
parent f69480fbc3
commit 511fc5d42a
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ public:
int start();
private:
static const unsigned _rc_max_chan_count = RC_INPUT_MAX_CHANNELS; /**< maximum number of r/c channels we handle */
static const unsigned _rc_max_chan_count = input_rc_s::RC_INPUT_MAX_CHANNELS; /**< maximum number of r/c channels we handle */
/**
* Get and limit value for specified RC function. Returns NAN if not mapped.