summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: d718309019872d6c5c4b81d31f784a7fb43ea9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
amixer
autom4te.cache
config.log
build/*
dist/*
!.gitignore
.dep.inc
CMakeFiles/
CMakeCache.txt
nbproject/private/*
cmake_install.cmake
.vscode
stress-out*
node_modules/
_book/
*.kdev4
nbproject/*
doxygen-output
lass="s2">"0" ]; then echo -e "\tFAILED to load CAN module !" exit 1 fi echo -e "\tCAN module loaded." fi echo "Setup connection:" sudo ip link set $CAN_DEVICE type can bitrate $CAN_BITRATE if [ "$?" -ne 0 ]; then echo -e "\tFAILED to configure $CAN_DEVICE interface !" exit 2 fi sudo ip link set up $CAN_DEVICE if [ "$?" -ne 0 ]; then echo -e "\tFAILED to enable $CAN_DEVICE interface !" exit 3 fi echo "Ready to use $CAN_DEVICE !"