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:
Maurus Cuelenaere 2008-05-14 19:28:06 +00:00
parent e031db4b87
commit bdc6e624bc
2 changed files with 0 additions and 4 deletions

View file

@ -158,11 +158,9 @@
#define BOOTFILE "rockbox." BOOTFILE_EXT
#define BOOTDIR "/.rockbox"
#if 0
#define CONFIG_USBOTG USBOTG_ISP1761
#define HAVE_USBSTACK
#define USB_VENDOR_ID 0x041e
#define USB_PRODUCT_ID 0x4133
#endif
#endif /* SIMULATOR */

View file

@ -25,8 +25,6 @@
#include "button-target.h"
#include "i2c-dm320.h"
#define BUTTON_DEBUG
#ifdef BUTTON_DEBUG
#include "lcd-target.h"
#include "lcd.h"