Skip to content

Commit

Permalink
Fix SL-RP4 driver name
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoralves authored Dec 18, 2023
1 parent a26ee85 commit 6a1a89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/scripts/change_hardware_layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ elif [ "$1" == "sequent" ]; then

elif [ "$1" == "sl_rp4" ]; then
echo "Activating SL-RP4 driver"
cp ./hardware_layers/SL-RP4.cpp ./hardware_layer.cpp
cp ./hardware_layers/sl_rp4.cpp ./hardware_layer.cpp
echo "Setting Platform"
echo linux > ../scripts/openplc_platform
echo sl_rp4 > ../scripts/openplc_driver
Expand Down

0 comments on commit 6a1a89f

Please sign in to comment.