aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/gps/gps_helper.h
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/gps_helper.h
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/gps_helper.h')
-rw-r--r--src/drivers/gps/gps_helper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/drivers/gps/gps_helper.h b/src/drivers/gps/gps_helper.h
index 73d4b889c..cfb9e0d43 100644
--- a/src/drivers/gps/gps_helper.h
+++ b/src/drivers/gps/gps_helper.h
@@ -1,8 +1,6 @@
/****************************************************************************
*
- * Copyright (c) 2012, 2013 PX4 Development Team. All rights reserved.
- * Author: Thomas Gubler <thomasgubler@student.ethz.ch>
- * Julian Oes <joes@student.ethz.ch>
+ * Copyright (c) 2012-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
@@ -35,6 +33,8 @@
/**
* @file gps_helper.h
+ * @author Thomas Gubler <thomasgubler@student.ethz.ch>
+ * @author Julian Oes <joes@student.ethz.ch>
*/
#ifndef GPS_HELPER_H