Skip to content
Snippets Groups Projects

Changed the name of the get_num_bytes() function to get_num_data().

Merged Sergi Hernandez requested to merge can_devel into master
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -22,12 +22,6 @@ ADD_EXECUTABLE(test_virtual_can_rx test_virtual_can_rx.cpp)
# edit the following line to add the necessary libraries
TARGET_LINK_LIBRARIES(test_virtual_can_rx ${IRIUTILS_LIBRARY} comm pthread)
# edit the following line to add the source code for the example and the name of the executable
ADD_EXECUTABLE(test_candump test_candump.cpp)
# edit the following line to add the necessary libraries
TARGET_LINK_LIBRARIES(test_candump ${IRIUTILS_LIBRARY} comm pthread)
IF(BUILD_FTDI)
ADD_EXECUTABLE(test_ftdi test_ftdi.cpp)
Loading