mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 03:36:07 +08:00
Moved BLCTRL driver to new world
This commit is contained in:
@@ -28,6 +28,7 @@ MODULES += drivers/gps
|
|||||||
MODULES += drivers/hil
|
MODULES += drivers/hil
|
||||||
MODULES += drivers/hott_telemetry
|
MODULES += drivers/hott_telemetry
|
||||||
MODULES += drivers/blinkm
|
MODULES += drivers/blinkm
|
||||||
|
MODULES += drivers/mkblctrl
|
||||||
MODULES += modules/sensors
|
MODULES += modules/sensors
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -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
|
# Redistribution and use in source and binary forms, with or without
|
||||||
# modification, are permitted provided that the following conditions
|
# modification, are permitted provided that the following conditions
|
||||||
@@ -35,10 +35,8 @@
|
|||||||
# Interface driver for the Mikrokopter BLCtrl
|
# Interface driver for the Mikrokopter BLCtrl
|
||||||
#
|
#
|
||||||
|
|
||||||
APPNAME = mkblctrl
|
MODULE_COMMAND = mkblctrl
|
||||||
PRIORITY = SCHED_PRIORITY_DEFAULT
|
|
||||||
STACKSIZE = 2048
|
|
||||||
|
|
||||||
INCLUDES = $(TOPDIR)/arch/arm/src/stm32 $(TOPDIR)/arch/arm/src/common
|
SRCS = mkblctrl.cpp
|
||||||
|
|
||||||
include $(APPDIR)/mk/app.mk
|
INCLUDE_DIRS += $(TOPDIR)/arch/arm/src/stm32 $(TOPDIR)/arch/arm/src/common
|
||||||
Reference in New Issue
Block a user