aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/rgbled
diff options
context:
space:
mode:
authorAnton Babushkin <anton.babushkin@me.com>2013-09-19 18:46:35 +0200
committerAnton Babushkin <anton.babushkin@me.com>2013-09-19 18:46:35 +0200
commit09452805b13103172ae8d43eea2a419a761249f2 (patch)
treea90e4508fe9a53be2d61274e360ae1e0572b7b7c /src/drivers/rgbled
parent7ac13df0810a9f31b011a069a0015f1184c93314 (diff)
downloadpx4-firmware-09452805b13103172ae8d43eea2a419a761249f2.tar.gz
px4-firmware-09452805b13103172ae8d43eea2a419a761249f2.tar.bz2
px4-firmware-09452805b13103172ae8d43eea2a419a761249f2.zip
rgbled: copyright updated
Diffstat (limited to 'src/drivers/rgbled')
-rw-r--r--src/drivers/rgbled/rgbled.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/drivers/rgbled/rgbled.cpp b/src/drivers/rgbled/rgbled.cpp
index 47dbb631c..fedff769b 100644
--- a/src/drivers/rgbled/rgbled.cpp
+++ b/src/drivers/rgbled/rgbled.cpp
@@ -1,6 +1,8 @@
/****************************************************************************
*
* Copyright (C) 2012, 2013 PX4 Development Team. All rights reserved.
+ * Author: Julian Oes <joes@student.ethz.ch>
+ * Anton Babushkin <anton.babushkin@me.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -36,7 +38,6 @@
*
* Driver for the onboard RGB LED controller (TCA62724FMG) connected via I2C.
*
- *
*/
#include <nuttx/config.h>