diff options
| author | Keith Packard <keithp@keithp.com> | 2013-05-19 20:30:49 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2013-05-19 20:39:19 -0700 |
| commit | 455802b7e853956180799c058e9561876d98d831 (patch) | |
| tree | 9625b647b2948a5e3d3592ef6e87402a56d6e37b | |
| parent | 35b120c4154df0351c3a802f86dda224a7643068 (diff) | |
altos/easymini: Easymini doesn't have USB connect or VBUS wiring
Disable these in ao_pins.h
Signed-off-by: Keith Packard <keithp@keithp.com>
| -rw-r--r-- | src/easymini-v0.1/ao_pins.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/easymini-v0.1/ao_pins.h b/src/easymini-v0.1/ao_pins.h index 2307d7d2..bf602787 100644 --- a/src/easymini-v0.1/ao_pins.h +++ b/src/easymini-v0.1/ao_pins.h @@ -36,8 +36,8 @@ #define HAS_USB 1 -#define HAS_USB_CONNECT 1 -#define HAS_USB_VBUS 1 +#define HAS_USB_CONNECT 0 +#define HAS_USB_VBUS 0 #define PACKET_HAS_SLAVE 0 |
