From a5943c9e0710816ef47c9869bd45b8e1a736bf2c Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 30 Apr 2025 22:49:26 -0700 Subject: no print for less trash log --- mycan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3-70-g09d2