Fix onda red. Unlike all other targets, it built the whole backlight driver in the bootloader.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20787 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2009-04-25 20:53:13 +00:00
parent 29cf2e148b
commit 0600b4ba3c
2 changed files with 0 additions and 12 deletions

View file

@ -21,12 +21,6 @@
#ifndef BACKLIGHT_TARGET_H #ifndef BACKLIGHT_TARGET_H
#define BACKLIGHT_TARGET_H #define BACKLIGHT_TARGET_H
#ifdef BOOTLOADER
#define BACKLIGHT_DRIVER_CLOSE
/* Force the whole driver to be built */
#define BACKLIGHT_FULL_INIT
#endif
#include <stdbool.h> #include <stdbool.h>
bool _backlight_init(void); bool _backlight_init(void);

View file

@ -21,12 +21,6 @@
#ifndef BACKLIGHT_TARGET_H #ifndef BACKLIGHT_TARGET_H
#define BACKLIGHT_TARGET_H #define BACKLIGHT_TARGET_H
#ifdef BOOTLOADER
#define BACKLIGHT_DRIVER_CLOSE
/* Force the whole driver to be built */
#define BACKLIGHT_FULL_INIT
#endif
#include <stdbool.h> #include <stdbool.h>
bool _backlight_init(void); bool _backlight_init(void);