Skip to content

Commit

Permalink
Merge pull request #46 from arduino/revert-45-bug-fix/update-uart-dev…
Browse files Browse the repository at this point in the history
…ice-mapping

Revert "Fix uart device mappping"
  • Loading branch information
MaxPayne86 authored Apr 30, 2024
2 parents 7f1897f + e15becb commit fb5327d
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ SUBSYSTEM=="i2c-dev", KERNEL=="i2c-3", SYMLINK+="arduino/i2c2"

# Uart
SUBSYSTEM=="tty", KERNEL=="ttyX0", SYMLINK+="arduino/uart0"
SUBSYSTEM=="tty", KERNEL=="ttymxc1", SYMLINK+="arduino/uart1"
SUBSYSTEM=="tty", KERNEL=="ttymxc2", SYMLINK+="arduino/uart2"
SUBSYSTEM=="tty", KERNEL=="ttymxc3", SYMLINK+="arduino/uart3"
SUBSYSTEM=="tty", KERNEL=="ttyX1", SYMLINK+="arduino/uart1"
SUBSYSTEM=="tty", KERNEL=="ttyX2", SYMLINK+="arduino/uart2"
SUBSYSTEM=="tty", KERNEL=="ttyX3", SYMLINK+="arduino/uart3"

# Spi
SUBSYSTEM=="spidev", KERNEL=="spidev0.0", SYMLINK+="arduino/spi0"
Expand Down

0 comments on commit fb5327d

Please sign in to comment.