diff options
| author | hathach <[email protected]> | 2026-07-18 00:15:54 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-07-18 00:15:54 +0700 |
| commit | 277e61818638795b9d0f7b2ddc076036dda06d4e (patch) | |
| tree | 354e93abd5c6fa2ebbe8e2337f978f3aee1b2a9a /docs | |
| parent | cb224400931b7fbc3477a87a258c0602092abe6b (diff) | |
docs, udev: address Copilot review nits on PR #3775
- getting_started.rst: the reST inline-link markup rendered literally
inside the code-block (not a runnable command) and lacked sudo — use a
plain `sudo cp examples/device/99-tinyusb-examples.rules ...`.
- tools/88-tinyusb.rules: normalize the six MODE="666" entries to the
4-digit octal MODE="0666" used everywhere else in the file.
Diffstat (limited to 'docs')
| -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 7e1cd79f3..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-examples.rules <https://github.com/hathach/tinyusb/tree/master/examples/device/99-tinyusb-examples.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 |
