Skip to content

Commit

Permalink
extra zero removed
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMast3r committed Feb 21, 2024
1 parent abee810 commit 55f4047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if ! ip link show up | grep -q can0; then
sudo modprobe can_raw

# Set the bitrate for can0
sudo ip link set can0 type can bitrate 5000000
sudo ip link set can0 type can bitrate 500000

# Bring up can0 interface
sudo ip link set up can0
Expand Down

0 comments on commit 55f4047

Please sign in to comment.