We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe13af commit 77e22d5Copy full SHA for 77e22d5
Documentation/components/drivers/character/leds/userled.rst
@@ -29,7 +29,7 @@ Also is possible for users to control the LEDs from "nsh>" using the "printf" co
29
.. code-block:: bash
30
31
NuttShell (NSH)
32
- nsh> printf \x000000a5 > /dev/userleds
+ nsh> printf \\x000000a5 > /dev/userleds
33
34
This command will turn ON the LEDs mapped to bits 0, 2, 5 and 7.
35
0 commit comments