Fix cmake default usb pins
(they're fruit jammin')
This commit is contained in:
parent
171199e73b
commit
be8b597197
1 changed files with 2 additions and 2 deletions
|
|
@ -55,8 +55,8 @@ option(USE_VGA_RES "Video uses VGA (640x480) resolution" OFF)
|
|||
set(VIDEO_PIN 18 CACHE STRING "VGA Video GPIO base pin (followed by VS, CLK, HS)")
|
||||
|
||||
# Pins for PIO-based USB host
|
||||
set(PIN_USB_HOST_DP CACHE STRING "1")
|
||||
set(PIN_USB_HOST_DM CACHE STRING "2")
|
||||
set(PIN_USB_HOST_DP 1 CACHE STRING "USB D+ PIN")
|
||||
set(PIN_USB_HOST_DM 2 CACHE STRING "USB D- PIN")
|
||||
|
||||
# See below, -DMEMSIZE=<size in KB> will configure umac's memory size,
|
||||
# overriding defaults.
|
||||
|
|
|
|||
Loading…
Reference in a new issue