Compare commits

..

1 Commits

Author SHA1 Message Date
Oliver Hartkopp f1dc80f02c
Merge 7e3e497693 into 8838ce80fc 2025-11-07 12:33:12 +01:00
2 changed files with 1 additions and 3 deletions

View File

@ -83,7 +83,7 @@ static void print_usage(char *prg)
" a single ASCII Hex value (0 .. F) which defines canfd_frame.flags:\n" " a single ASCII Hex value (0 .. F) which defines canfd_frame.flags:\n"
" %x CANFD_BRS\n" " %x CANFD_BRS\n"
" %x CANFD_ESI\n" " %x CANFD_ESI\n"
" %x CANFD_FDF\n" " %x CANFD_FEF\n"
"\n" "\n"
"<vcid>:\n" "<vcid>:\n"
" 2 hex chars - virtual CAN network identifier (00 .. FF)\n" " 2 hex chars - virtual CAN network identifier (00 .. FF)\n"

2
lib.h
View File

@ -49,8 +49,6 @@
#include <stddef.h> #include <stddef.h>
#include <stdio.h> #include <stdio.h>
#include <linux/can.h>
#ifdef DEBUG #ifdef DEBUG
#define pr_debug(fmt, args...) printf(fmt, ##args) #define pr_debug(fmt, args...) printf(fmt, ##args)
#else #else