aboutsummaryrefslogtreecommitdiff
path: root/mycan.c
diff options
context:
space:
mode:
authorXiao Pan <xyz@flylightning.xyz>2025-04-30 22:49:26 -0700
committerXiao Pan <xyz@flylightning.xyz>2025-04-30 22:49:26 -0700
commita5943c9e0710816ef47c9869bd45b8e1a736bf2c (patch)
tree21c59dbae8e9f28de3801aeece88261000333e9c /mycan.c
parent9ed02403c7a73b8e42d2e809114e959dd30ce3f2 (diff)
no print for less trash log
Diffstat (limited to 'mycan.c')
-rw-r--r--mycan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mycan.c b/mycan.c
index 2255085..99063f7 100644
--- a/mycan.c
+++ b/mycan.c
@@ -73,7 +73,7 @@ int main(int argc, char **argv)
//system("sudo ip link set can0 type can bitrate 500000");
//system("sudo ifconfig can0 up");
// vcan, for test
- printf("this is a can receive demo\r\n");
+ //printf("this is a can receive demo\r\n");
//1.Create socket
s = socket(PF_CAN, SOCK_RAW, CAN_RAW);