From 213c38afaf9834a7d6a98fd170d4b79acd8ef8dc Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Mon, 11 Jul 2016 16:44:58 -0300 Subject: [PATCH] AP_Notify: ToshibaLED_I2C: add part number comment It's easier to find the datasheet for this driver with the part number rather than a generic "toshiba led". --- libraries/AP_Notify/ToshibaLED_I2C.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libraries/AP_Notify/ToshibaLED_I2C.cpp b/libraries/AP_Notify/ToshibaLED_I2C.cpp index bc05b9c303..5977b9b725 100644 --- a/libraries/AP_Notify/ToshibaLED_I2C.cpp +++ b/libraries/AP_Notify/ToshibaLED_I2C.cpp @@ -15,6 +15,9 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ + +/* LED driver for TCA62724FMG */ + #include "ToshibaLED_I2C.h" #include