updated readme

This commit is contained in:
2020-12-30 14:34:25 +01:00
parent e216e03897
commit 8d0b87524e
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 */