Skip to content

Commit

Permalink
Merge pull request #17 from MarSoft/patch-1
Browse files Browse the repository at this point in the history
Fix udev rule
  • Loading branch information
Serasidis authored Jun 12, 2019
2 parents 9cc6cb2 + 3a3e13e commit 00f9f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ To use the HID bootloader without root permissions the following udev rule needs

```
# STM32_HID_bootloader
ATTR{idProduct}=="beba", ATTR{idVendor}=="1209", MODE="666"
ATTRS{idProduct}=="beba", ATTRS{idVendor}=="1209", MODE:="666"
```

You might need to reboot or run ```udevadm control --reload-rules``` and replug your device to use it as a normal user after installing.
Expand Down

0 comments on commit 00f9f48

Please sign in to comment.