summaryrefslogtreecommitdiff
path: root/driver/led/aw20198.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver/led/aw20198.c')
-rw-r--r--driver/led/aw20198.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver/led/aw20198.c b/driver/led/aw20198.c
index eca596d62e..e2eea69481 100644
--- a/driver/led/aw20198.c
+++ b/driver/led/aw20198.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 "aw20198.h"
#include "common.h"
#include "console.h"
@@ -11,8 +13,6 @@
#include "stddef.h"
#include "timer.h"
-#include <string.h>
-
#define CPRINTF(fmt, args...) cprintf(CC_RGBKBD, "AW20198: " fmt, ##args)
#define CPRINTS(fmt, args...) cprints(CC_RGBKBD, "AW20198: " fmt, ##args)