|
|
|
@ -1,6 +1,6 @@
@@ -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 @@
@@ -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
|