fixed device file number for mpsoc uart
This commit is contained in:
parent
8b8a1554a5
commit
b59abb55fe
@ -8,7 +8,7 @@ static constexpr char SPI_RW_DEV[] = "/dev/spidev3.0";
|
|||||||
|
|
||||||
static constexpr char I2C_DEFAULT_DEV[] = "/dev/i2c-1";
|
static constexpr char I2C_DEFAULT_DEV[] = "/dev/i2c-1";
|
||||||
|
|
||||||
static constexpr char UART_PLOC_MPSOC_DEV[] = "/dev/ttyUL3";
|
static constexpr char UART_PLOC_MPSOC_DEV[] = "/dev/ttyUL2";
|
||||||
static constexpr char UART_PLOC_SUPERVSIOR_DEV[] = "/dev/ttyUL4";
|
static constexpr char UART_PLOC_SUPERVSIOR_DEV[] = "/dev/ttyUL4";
|
||||||
static constexpr char UART_SYRLINKS_DEV[] = "/dev/ttyUL5";
|
static constexpr char UART_SYRLINKS_DEV[] = "/dev/ttyUL5";
|
||||||
static constexpr char UART_STAR_TRACKER_DEV[] = "/dev/ttyUL7";
|
static constexpr char UART_STAR_TRACKER_DEV[] = "/dev/ttyUL7";
|
||||||
|
Loading…
Reference in New Issue
Block a user