forked from len0rd/rockbox
new usb-style defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4073 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
50eb373fba
commit
23e056e41b
3 changed files with 8 additions and 0 deletions
|
@ -43,3 +43,5 @@
|
|||
/* Define this if you have an FM Radio */
|
||||
#define HAVE_FMRADIO 1
|
||||
|
||||
/* How to detect USB */
|
||||
#define USB_FMRECORDERSTYLE 1
|
||||
|
|
|
@ -31,3 +31,6 @@
|
|||
|
||||
/* Offset ( in the firmware file's header ) to the real data */
|
||||
#define FIRMWARE_OFFSET_FILE_DATA 6
|
||||
|
||||
/* How to detect USB */
|
||||
#define USB_PLAYERSTYLE 1
|
||||
|
|
|
@ -36,3 +36,6 @@
|
|||
|
||||
/* Offset ( in the firmware file's header ) to the real data */
|
||||
#define FIRMWARE_OFFSET_FILE_DATA 6
|
||||
|
||||
/* How to detect USB */
|
||||
#define USB_RECORDERSTYLE 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue