Skip to content

Commit 75b54ef

Browse files
committed
Fix formatting in BitMagic post
1 parent 7c74bb1 commit 75b54ef

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

content/blog/bitmagic.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@ This is a quick guide which details how to install PulseView logic analyzer soft
2727

2828
3. Add udev rule:
2929

30-
**UPDATE:** If you're unfamiliar with udev, I wrote [another post](@/blog/usb-serial.md) which details the process (specifically targeted at USB serial devices). The tl;dr is you will need to run PulseView as root unless you perform this step.
30+
**UPDATE:** If you're unfamiliar with udev, I wrote [another post](@/blog/usb-serial.md) which details the process (specifically targeted at USB serial devices). **TL;DR: you need to run PulseView as root unless you perform this step.**
3131

32-
Place the following in a file like `/etc/udev/rules.d/99-bitmagic.rules` (the number prefix matters).
32+
Place the following in a file like `/etc/udev/rules.d/99-bitmagic.rules` (the number prefix matters).
3333

34-
```
35-
# BitMagic Basic Logic Analyzer
36-
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="0004", MODE="0666"
37-
```
34+
```
35+
# BitMagic Basic Logic Analyzer
36+
ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="0004", MODE="0666"
37+
```
3838

39-
Then run the following command to load your newly-created udev rule and apply it to the BitMagic.
39+
Then run the following command to load your newly-created udev rule and apply it to the BitMagic.
4040

41-
```Bash
42-
sudo udevadm control --reload-rules && sudo udevadm trigger
43-
```
41+
```Bash
42+
sudo udevadm control --reload-rules && sudo udevadm trigger
43+
```
4444

4545
4. Connect the BitMagic device to a USB port on your machine using a USB-C to USB-A cable.
4646

0 commit comments

Comments
 (0)