fti: Small changes to get fti building for all sensors.

* Updated include dir name for gp2y0a.
    * Updated mosture.h header name for moisture sensor.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck 2016-09-06 14:19:03 -07:00
parent 2b6dd5f3fd
commit ba403de6e7
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@
#include "gp2y0a.h"
#include "upm_fti.h"
#include "types/upm_sensor.h"
#include "fti/upm_sensor.h"
/**
* This file implements the Function Table Interface (FTI) for this sensor
@ -77,4 +77,4 @@ void* upm_gp2y0a_init_name(){
void upm_gp2y0a_close(void* dev){
gp2y0a_close((gp2y0a_context)dev);
}
}

View File

@ -23,7 +23,7 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "grovemoisture.h"
#include "moisture.h"
#include "upm_fti.h"
/**