diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-18 01:03:57 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-05-19 11:36:43 +0200 |
commit | f9e933a9790baee7c820c8e812545cc1e0f85131 (patch) | |
tree | d7ee6cc96b99eedd4d5836c54b87d6205e1cbfa1 /CAN-binder/low-can-binding/can/can-signals.hpp | |
parent | 3b08b4b2656dac347c01a012667c29b813f09612 (diff) |
Format
Change-Id: If3a381a4a07c117b9b1cc48ba3a6b4af2d7bdc69
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/low-can-binding/can/can-signals.hpp')
-rw-r--r-- | CAN-binder/low-can-binding/can/can-signals.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CAN-binder/low-can-binding/can/can-signals.hpp b/CAN-binder/low-can-binding/can/can-signals.hpp index addca1d..f30d6b3 100644 --- a/CAN-binder/low-can-binding/can/can-signals.hpp +++ b/CAN-binder/low-can-binding/can/can-signals.hpp @@ -110,7 +110,6 @@ private: * this value is undefined. */ public: - //can_signal_t(const can_signal_t& b); can_signal_t( std::string generic_name, uint8_t bit_position, @@ -157,4 +156,4 @@ public: void set_last_value(float val); int create_rx_filter(); -};
\ No newline at end of file +}; |