mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
1) Enable USBOTG for ZVM 60GB, even if the driver isn't implemented yet,
so it compiles 2) Disable BUTTON_DEBUG git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17504 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e031db4b87
commit
bdc6e624bc
2 changed files with 0 additions and 4 deletions
|
|
@ -158,11 +158,9 @@
|
||||||
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
#define BOOTFILE "rockbox." BOOTFILE_EXT
|
||||||
#define BOOTDIR "/.rockbox"
|
#define BOOTDIR "/.rockbox"
|
||||||
|
|
||||||
#if 0
|
|
||||||
#define CONFIG_USBOTG USBOTG_ISP1761
|
#define CONFIG_USBOTG USBOTG_ISP1761
|
||||||
#define HAVE_USBSTACK
|
#define HAVE_USBSTACK
|
||||||
#define USB_VENDOR_ID 0x041e
|
#define USB_VENDOR_ID 0x041e
|
||||||
#define USB_PRODUCT_ID 0x4133
|
#define USB_PRODUCT_ID 0x4133
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif /* SIMULATOR */
|
#endif /* SIMULATOR */
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,6 @@
|
||||||
#include "button-target.h"
|
#include "button-target.h"
|
||||||
#include "i2c-dm320.h"
|
#include "i2c-dm320.h"
|
||||||
|
|
||||||
#define BUTTON_DEBUG
|
|
||||||
|
|
||||||
#ifdef BUTTON_DEBUG
|
#ifdef BUTTON_DEBUG
|
||||||
#include "lcd-target.h"
|
#include "lcd-target.h"
|
||||||
#include "lcd.h"
|
#include "lcd.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue