Moved sensors app to new world

This commit is contained in:
Lorenz Meier 2013-04-27 13:16:24 +02:00
parent e6ed8268ee
commit c89f46f590
5 changed files with 6 additions and 10 deletions

View File

@ -15,8 +15,7 @@ MODULES += drivers/boards/px4fmu
MODULES += drivers/l3gd20
MODULES += drivers/ardrone_interface
MODULES += drivers/px4io
# sensors app is WIP
#MODULES += modules/sensors
MODULES += modules/sensors
#
# System commands

View File

@ -1,6 +1,6 @@
############################################################################
#
# Copyright (C) 2012 PX4 Development Team. All rights reserved.
# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@ -35,11 +35,8 @@
# Makefile to build the sensor data collector
#
APPNAME = sensors
PRIORITY = SCHED_PRIORITY_MAX-5
STACKSIZE = 4096
MODULE_COMMAND = sensors
MODULE_PRIORITY = "SCHED_PRIORITY_MAX-5"
CXXSRCS = sensors.cpp
CSRCS = sensor_params.c
include $(APPDIR)/mk/app.mk
SRCS = sensors.cpp \
sensor_params.c