Added tiny tool to measure CAN busload.

This commit is contained in:
Oliver Hartkopp
2008-05-27 13:47:20 +00:00
parent 0df736ca51
commit 789a021bb9
2 changed files with 382 additions and 1 deletions
+2 -1
View File
@@ -46,7 +46,7 @@ CFLAGS = -O2 -Wall -Wno-parentheses -I../kernel/2.6/include \
-DAF_CAN=PF_CAN
PROGRAMS = candump cansniffer cansend canplayer canlogserver cangen\
log2long log2asc asc2log slcan_attach vcan
canbusload log2long log2asc asc2log slcan_attach vcan
all: $(PROGRAMS)
@@ -64,6 +64,7 @@ cangen.o: lib.h
candump.o: lib.h
canplayer.o: lib.h
canlogserver.o: lib.h
canbusload.o: lib.h
log2long.o: lib.h
log2asc.o: lib.h
asc2log.o: lib.h