summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2010-01-18 21:20:36 +0000
committerBertrik Sikken <bertrik@sikken.nl>2010-01-18 21:20:36 +0000
commit552835ebe2b47feb5914060df1df681758a21edf (patch)
treeb30da06add820de7a5b1b5a9a7d36b4ed89ef878 /firmware/export
parent99a7cdc46cc58e5965e939be7a31d377d73f0ffd (diff)
downloadrockbox-552835ebe2b47feb5914060df1df681758a21edf.zip
rockbox-552835ebe2b47feb5914060df1df681758a21edf.tar.gz
rockbox-552835ebe2b47feb5914060df1df681758a21edf.tar.bz2
rockbox-552835ebe2b47feb5914060df1df681758a21edf.tar.xz
Add a missing #include, make a function static, make touchpad_set_buttonlight implementation and declaration consistent
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24281 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/synaptics-mep.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/synaptics-mep.h b/firmware/export/synaptics-mep.h
index df6ddaa..2258913 100644
--- a/firmware/export/synaptics-mep.h
+++ b/firmware/export/synaptics-mep.h
@@ -23,6 +23,6 @@
int touchpad_init(void);
int touchpad_read_device(char *data, int len);
-int touchpad_set_buttonlights(char led_mask, char brightness);
+int touchpad_set_buttonlights(unsigned int led_mask, char brightness);
#endif