diff options
| author | hathach <[email protected]> | 2021-08-05 18:00:41 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-08-05 18:00:41 +0700 |
| commit | 188bc0e991df95390d2965febf9a7cf483e6ab21 (patch) | |
| tree | 9f4c4737430bb48f991f94e533158eaf94041421 /examples | |
| parent | b5d218e6845da43f693e5caa31d883de3b997f41 (diff) | |
change webusb-serial landing page
- to example.tinyusb.org/webusb-serial/
- remove landing page from doc
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/device/webusb_serial/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/webusb_serial/src/main.c b/examples/device/webusb_serial/src/main.c index c85b3cc9a..aba4aedff 100644 --- a/examples/device/webusb_serial/src/main.c +++ b/examples/device/webusb_serial/src/main.c @@ -71,7 +71,7 @@ enum { static uint32_t blink_interval_ms = BLINK_NOT_MOUNTED; -#define URL "www.tinyusb.org/examples/webusb-serial" +#define URL "example.tinyusb.org/webusb-serial/" const tusb_desc_webusb_url_t desc_url = { |
