diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-30 22:49:26 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-30 22:49:26 -0700 |
commit | a5943c9e0710816ef47c9869bd45b8e1a736bf2c (patch) | |
tree | 21c59dbae8e9f28de3801aeece88261000333e9c /mycan.c | |
parent | 9ed02403c7a73b8e42d2e809114e959dd30ce3f2 (diff) |
no print for less trash log
Diffstat (limited to 'mycan.c')
-rw-r--r-- | mycan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |