Changed URL
This commit is contained in:
parent
7a17c75256
commit
c4a795b1e7
|
@ -124,8 +124,10 @@ ifndef USB_INTERFACE_NAME
|
|||
USB_INTERFACE_NAME = "CircuitPython"
|
||||
endif
|
||||
|
||||
# In the following URL, don't include the https:// prefix.
|
||||
# It gets added automatically.
|
||||
ifndef USB_WEBUSB_URL
|
||||
USB_WEBUSB_URL = "www.circuitpython.org"
|
||||
USB_WEBUSB_URL = "circuitpython.org"
|
||||
endif
|
||||
|
||||
USB_DEVICES_COMPUTED := CDC,MSC
|
||||
|
|
Loading…
Reference in New Issue