Skip to content

Commit

Permalink
Typo fix in udev rule
Browse files Browse the repository at this point in the history
  • Loading branch information
WeissbMa committed Dec 26, 2023
1 parent 52fdf78 commit 374f335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/99-stlink-plugdev.rules
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374d", TAG+="uacc
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374e", TAG+="uaccess", MODE="0664", GROUP="plugdev"
#
# STLink V3SET in normal mode
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", TAG+="uaccess", MODE="0664", GROUP='plugdev"
SUBSYSTEMS=="usb", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="374f", TAG+="uaccess", MODE="0664", GROUP="plugdev"

0 comments on commit 374f335

Please sign in to comment.