diff options
Diffstat (limited to 'low-can-binding/binding/low-can-hat.hpp')
-rw-r--r-- | low-can-binding/binding/low-can-hat.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/low-can-binding/binding/low-can-hat.hpp b/low-can-binding/binding/low-can-hat.hpp index cf3d999e..6ecad23a 100644 --- a/low-can-binding/binding/low-can-hat.hpp +++ b/low-can-binding/binding/low-can-hat.hpp @@ -37,4 +37,5 @@ void on_no_clients(std::shared_ptr<low_can_subscription_t> can_subscription, uin int read_message(sd_event_source *s, int fd, uint32_t revents, void *userdata); void subscribe(struct afb_req request); -void unsubscribe(struct afb_req request);
\ No newline at end of file +void unsubscribe(struct afb_req request); +void swrite(struct afb_req request); |