Skip to content

Commit 2bad42e

Browse files
authored
Update 99-platformio-udev.rules (platformio#4880)
Fix typo
1 parent 0acfc25 commit 2bad42e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio/assets/system/99-platformio-udev.rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ ATTRS{product}=="*CMSIS-DAP*", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID
177177
ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="2107", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"
178178

179179
# Espressif USB JTAG/serial debug unit
180-
ATTRS{idVendor}=="303a", ATTR{idProduct}=="1001", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"
180+
ATTRS{idVendor}=="303a", ATTRS{idProduct}=="1001", MODE="0666", ENV{ID_MM_DEVICE_IGNORE}="1", ENV{ID_MM_PORT_IGNORE}="1"

0 commit comments

Comments
 (0)