diff options
Diffstat (limited to 'low-can-binding/utils/socketcan-isotp.hpp')
-rw-r--r-- | low-can-binding/utils/socketcan-isotp.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/utils/socketcan-isotp.hpp b/low-can-binding/utils/socketcan-isotp.hpp index 86ed9faf..dfaf0089 100644 --- a/low-can-binding/utils/socketcan-isotp.hpp +++ b/low-can-binding/utils/socketcan-isotp.hpp @@ -36,4 +36,4 @@ namespace utils virtual int write_message(message_t& obj); int define_tx_address(std::string device_name, canid_t rx_id, canid_t tx_id); }; -}
\ No newline at end of file +} |