From 65a05c0cf14a59c9d439685ffe88712dbb25013e Mon Sep 17 00:00:00 2001 From: Sergi Hernandez Juan <shernand@iri.upc.edu> Date: Mon, 3 Feb 2020 23:30:47 +0100 Subject: [PATCH] Changed the name of the SPI serial interface. --- script/launch_sim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/launch_sim.sh b/script/launch_sim.sh index 285099d..915420b 100755 --- a/script/launch_sim.sh +++ b/script/launch_sim.sh @@ -4,4 +4,4 @@ socat -d -d pty,raw,echo=0,link=/tmp/darwin_driver pty,raw,echo=0,link=/tmp/usart3_sim_serial_fw & ln -s /tmp/darwin1_user /tmp/usart1_sim_serial_fw -ln -s /tmp/darwin1_spi_user /tmp/spi2_sim_serial_fw +ln -s /tmp/darwin1_spi_fw /tmp/spi2_sim_serial_fw -- GitLab