aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps/mtk.cpp
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-01-12 11:52:19 +0100
committerLorenz Meier <lm@inf.ethz.ch>2014-01-12 11:52:19 +0100
commitc6e196edca7acae0b548a85c94d0c8f37df3c7aa (patch)
tree1c4e446f1eace262f89b919ab4a30a3f28914380 /src/drivers/gps/mtk.cpp
parentb23af6108772f8049ca94dfd8c648e1014917062 (diff)
downloadpx4-firmware-c6e196edca7acae0b548a85c94d0c8f37df3c7aa.tar.gz
px4-firmware-c6e196edca7acae0b548a85c94d0c8f37df3c7aa.tar.bz2
px4-firmware-c6e196edca7acae0b548a85c94d0c8f37df3c7aa.zip
Support disabling GPS output via IOCTL, general cleanup of author and copyright code style
Diffstat (limited to 'src/drivers/gps/mtk.cpp')
-rw-r--r--src/drivers/gps/mtk.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/drivers/gps/mtk.cpp b/src/drivers/gps/mtk.cpp
index 56b702ea6..456a9645b 100644
--- a/src/drivers/gps/mtk.cpp
+++ b/src/drivers/gps/mtk.cpp
@@ -1,8 +1,6 @@
/****************************************************************************
*
- * Copyright (C) 2013 PX4 Development Team. All rights reserved.
- * Author: Thomas Gubler <thomasgubler@student.ethz.ch>
- * Julian Oes <joes@student.ethz.ch>
+ * 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
@@ -33,7 +31,12 @@
*
****************************************************************************/
-/* @file mkt.cpp */
+/**
+ * @file mkt.cpp
+ *
+ * @author Thomas Gubler <thomasgubler@student.ethz.ch>
+ * @author Julian Oes <joes@student.ethz.ch>
+ */
#include <unistd.h>
#include <stdio.h>