summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorHristo Kovachev <bger@rockbox.org>2006-01-19 13:10:15 +0000
committerHristo Kovachev <bger@rockbox.org>2006-01-19 13:10:15 +0000
commit4926682378ea22225675a4155a4fd3e5671f1a1c (patch)
tree0ef2efeecdcd16e1b483e0d518dd89de7059ba7e /firmware/export
parentacf7d5e89e356cfe9e137e7e9eff74ddbbc9bc09 (diff)
downloadrockbox-4926682378ea22225675a4155a4fd3e5671f1a1c.tar.gz
rockbox-4926682378ea22225675a4155a4fd3e5671f1a1c.zip
Patch #1404233 by Peter D'Hoye: H300 brightness bugfix
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8387 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/pcf50606.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h
index daacbac725..fd180bfaee 100644
--- a/firmware/export/pcf50606.h
+++ b/firmware/export/pcf50606.h
@@ -25,7 +25,6 @@ int pcf50606_write_multiple(int address, const unsigned char* buf, int count);
25int pcf50606_write(int address, unsigned char val); 25int pcf50606_write(int address, unsigned char val);
26int pcf50606_read_multiple(int address, unsigned char* buf, int count); 26int pcf50606_read_multiple(int address, unsigned char* buf, int count);
27int pcf50606_read(int address); 27int pcf50606_read(int address);
28void pcf50606_set_bl_pwm(unsigned char ucVal);
29#endif 28#endif
30 29
31#endif 30#endif