mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-22 19:42:40 -05:00
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:
parent
29cf2e148b
commit
0600b4ba3c
2 changed files with 0 additions and 12 deletions
|
|
@ -21,12 +21,6 @@
|
|||
#ifndef 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>
|
||||
|
||||
bool _backlight_init(void);
|
||||
|
|
|
|||
|
|
@ -21,12 +21,6 @@
|
|||
#ifndef 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>
|
||||
|
||||
bool _backlight_init(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue