summaryrefslogtreecommitdiff
path: root/driver/led/tlc59116f.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led/tlc59116f.c')
-rw-r--r--driver/led/tlc59116f.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/led/tlc59116f.c b/driver/led/tlc59116f.c
index 72e51e3fb8..1350602f6f 100644
--- a/driver/led/tlc59116f.c
+++ b/driver/led/tlc59116f.c
@@ -2,6 +2,8 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#include <string.h>
+
#include "common.h"
#include "console.h"
#include "i2c.h"
@@ -9,8 +11,6 @@
#include "stddef.h"
#include "tlc59116f.h"
-#include <string.h>
-
#define CPRINTF(fmt, args...) cprintf(CC_RGBKBD, "TLC59116F: " fmt, ##args)
#define CPRINTS(fmt, args...) cprints(CC_RGBKBD, "TLC59116F: " fmt, ##args)