aboutsummaryrefslogtreecommitdiff
path: root/src/modules/bottle_drop/module.mk
diff options
context:
space:
mode:
authorJulian Oes <julian@oes.ch>2014-03-29 12:14:57 +0100
committerJulian Oes <julian@oes.ch>2014-03-29 12:14:57 +0100
commitd422d443eebbba24d785f96de5b74fab143e6652 (patch)
treeb939b2c456cf4cb9c914011b1744a274441a2e9b /src/modules/bottle_drop/module.mk
parent33d65eae97994ab5b47188853029965b18a819a2 (diff)
downloadpx4-firmware-d422d443eebbba24d785f96de5b74fab143e6652.tar.gz
px4-firmware-d422d443eebbba24d785f96de5b74fab143e6652.tar.bz2
px4-firmware-d422d443eebbba24d785f96de5b74fab143e6652.zip
bottle_drop: started rewrite in C++
Diffstat (limited to 'src/modules/bottle_drop/module.mk')
-rw-r--r--src/modules/bottle_drop/module.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/bottle_drop/module.mk b/src/modules/bottle_drop/module.mk
index 222858b27..bb1f6c6b5 100644
--- a/src/modules/bottle_drop/module.mk
+++ b/src/modules/bottle_drop/module.mk
@@ -1,6 +1,6 @@
############################################################################
#
-# Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
+# Copyright (c) 2013, 2014 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
@@ -37,4 +37,4 @@
MODULE_COMMAND = bottle_drop
-SRCS = bottle_drop.c
+SRCS = bottle_drop.cpp