summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/xduoo/button-xduoo.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-10-01 16:08:20 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-01 16:08:20 -0400
commita96eb1a7f7aff5aea41c14b9edcec34564ab27b6 (patch)
tree959b4bccfa17ac292cb3849cf488f5b69a519fb2 /firmware/target/hosted/xduoo/button-xduoo.c
parentb030bf5885dc5e018dd38eacbb294f1321f2b400 (diff)
downloadrockbox-a96eb1a7f7aff5aea41c14b9edcec34564ab27b6.tar.gz
rockbox-a96eb1a7f7aff5aea41c14b9edcec34564ab27b6.zip
Fix warnings and errors introduced in b030bf5
Change-Id: I23966b6a79c0d2cbab2e01c649c1b991f460d8ad
Diffstat (limited to 'firmware/target/hosted/xduoo/button-xduoo.c')
-rw-r--r--firmware/target/hosted/xduoo/button-xduoo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/target/hosted/xduoo/button-xduoo.c b/firmware/target/hosted/xduoo/button-xduoo.c
index 03bb7bbfc9..605cd18736 100644
--- a/firmware/target/hosted/xduoo/button-xduoo.c
+++ b/firmware/target/hosted/xduoo/button-xduoo.c
@@ -36,6 +36,7 @@
36#include "kernel.h" 36#include "kernel.h"
37#include "backlight.h" 37#include "backlight.h"
38#include "backlight-target.h" 38#include "backlight-target.h"
39#include "xduoolinux_codec.h"
39 40
40static bool soft_hold = false; 41static bool soft_hold = false;
41#ifndef BOOTLOADER 42#ifndef BOOTLOADER