diff options
| author | Ha Thach <[email protected]> | 2026-07-19 00:33:14 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-07-19 00:33:14 +0700 |
| commit | 50f30773522d21bc599f00c18980ae651f780ff8 (patch) | |
| tree | 315b497109a480beafe5df10608aae06814cf704 /docs/getting_started.rst | |
| parent | 3b4544b974054ae95394401adc663a6bd17c7d33 (diff) | |
| parent | 03f764e5914a96573eee4dd288182deccc60a35a (diff) | |
Merge pull request #3775 from hathach/claude/add-usb-debug-sniff
usb-target-debug/usb-sniffer skills
Diffstat (limited to 'docs/getting_started.rst')
| -rw-r--r-- | docs/getting_started.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started.rst b/docs/getting_started.rst index 7fcc2f5d1..bce028ccb 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -181,7 +181,7 @@ Some examples require udev permissions to access USB devices: .. code-block:: bash - $ cp `examples/device/99-tinyusb.rules <https://github.com/hathach/tinyusb/tree/master/examples/device/99-tinyusb.rules>`_ /etc/udev/rules.d/ + $ sudo cp examples/device/99-tinyusb-examples.rules /etc/udev/rules.d/ $ sudo udevadm control --reload-rules && sudo udevadm trigger Next Steps |
