From 4926682378ea22225675a4155a4fd3e5671f1a1c Mon Sep 17 00:00:00 2001 From: Hristo Kovachev Date: Thu, 19 Jan 2006 13:10:15 +0000 Subject: Patch #1404233 by Peter D'Hoye: H300 brightness bugfix git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8387 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/pcf50606.h | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/export') 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); int pcf50606_write(int address, unsigned char val); int pcf50606_read_multiple(int address, unsigned char* buf, int count); int pcf50606_read(int address); -void pcf50606_set_bl_pwm(unsigned char ucVal); #endif #endif -- cgit v1.2.3