mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-04 22:09:57 +02:00
testj1939: use address to string function from libj1939
canaddr2str() from testj1939 and libj1939's libj1939_addr2str provide the same functionality. Remove the local helper function and use libj1939_addr2str instead. Signed-off-by: Bastian Stender <bst@pengutronix.de>
This commit is contained in:
@@ -88,6 +88,7 @@ log2asc.o: lib.h
|
||||
asc2log.o: lib.h
|
||||
jspy.o: libj1939.h
|
||||
jsr.o: libj1939.h
|
||||
testj1939.o: libj1939.h
|
||||
canframelen.o: canframelen.h
|
||||
|
||||
cansend: cansend.o lib.o
|
||||
@@ -102,3 +103,4 @@ canbusload: canbusload.o canframelen.o
|
||||
|
||||
jspy: jspy.o libj1939.o
|
||||
jsr: jsr.o libj1939.o
|
||||
testj1939: testj1939.o libj1939.o
|
||||
|
||||
Reference in New Issue
Block a user