updated readme

This commit is contained in:
2020-12-30 14:34:25 +01:00
committed by Robin Mueller
parent 48620b1f91
commit fe5ee0434f
3 changed files with 91 additions and 61 deletions

View File

@ -142,7 +142,7 @@ csp_iface_t * csp_can_socketcan_init(const char * ifc, int bitrate, int promisc)
struct sockaddr_can addr;
pthread_t rx_thread;
printf("Init can interface %s\n", ifc);
printf("-I-: Initiating CAN interface %s\n", ifc);
#ifdef CSP_HAVE_LIBSOCKETCAN
/* Set interface up */