Fix: Avoid returning negative value that's stop watch socket
[apps/agl-service-can-low-level.git] / CAN-binder / low-can-binding / can / can-signals.hpp
index 8196c7e..6152b79 100644 (file)
@@ -159,5 +159,5 @@ public:
        void set_last_value(float val);
 
        int create_rx_filter();
-       can_message_format_t read_socket();
+       void read_socket();
 };
\ No newline at end of file