forked from len0rd/rockbox
Add a define for unplugged remote
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10354 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
dab550b9e6
commit
0d58ea4bf9
2 changed files with 3 additions and 2 deletions
|
|
@ -28,6 +28,7 @@
|
|||
#ifdef HAVE_REMOTE_LCD
|
||||
|
||||
#if defined(IRIVER_H100_SERIES) || defined(IRIVER_H300_SERIES)
|
||||
#define REMOTETYPE_UNPLUGGED 0
|
||||
#define REMOTETYPE_H100_LCD 1
|
||||
#define REMOTETYPE_H300_LCD 2
|
||||
#define REMOTETYPE_H300_NONLCD 3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue