diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2020-09-28 15:03:21 -0400 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-09-28 21:12:52 -0400 |
commit | ae58b5aafe2f808968a05a5efb97e7e5f5c89bc4 (patch) | |
tree | e5a031afc1cd8c8feec1de83d96be25b6f8181c7 /firmware/export | |
parent | 43980bb8771dbd2c59104d0227322d3952267d3f (diff) | |
download | rockbox-ae58b5aafe2f808968a05a5efb97e7e5f5c89bc4.tar.gz rockbox-ae58b5aafe2f808968a05a5efb97e7e5f5c89bc4.tar.bz2 rockbox-ae58b5aafe2f808968a05a5efb97e7e5f5c89bc4.zip |
xduoox20: UI Simulator support
Change-Id: I2a03cea07fbad9fb5862ca69e4cfca2e8ca6b17f
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/powermgmt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/powermgmt.h b/firmware/export/powermgmt.h index f6b71a864e..235f5302f9 100644 --- a/firmware/export/powermgmt.h +++ b/firmware/export/powermgmt.h @@ -80,7 +80,7 @@ void powermgmt_init(void) INIT_ATTR; /* Generic current values that are intentionally meaningless - config header * should define proper numbers.*/ - + #ifndef CURRENT_BACKLIGHT #define CURRENT_BACKLIGHT 5 /* additional current when backlight always on */ |