diff options
| author | Bertrik Sikken <bertrik@sikken.nl> | 2010-01-18 21:20:36 +0000 |
|---|---|---|
| committer | Bertrik Sikken <bertrik@sikken.nl> | 2010-01-18 21:20:36 +0000 |
| commit | 552835ebe2b47feb5914060df1df681758a21edf (patch) | |
| tree | b30da06add820de7a5b1b5a9a7d36b4ed89ef878 /firmware/export | |
| parent | 99a7cdc46cc58e5965e939be7a31d377d73f0ffd (diff) | |
| download | rockbox-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.h | 2 |
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 |