diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-17 10:56:46 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2017-07-21 12:02:11 +0200 |
commit | 1a90edea7d3d45da772c590d642c0093839cc91f (patch) | |
tree | cfb40e18158e097dea9d41a1628f2718a0afb999 /low-can-binding/binding/low-can-hat.hpp | |
parent | 2a4abf5bd6440e9cd5b98b70453d74ae3d1b8cfa (diff) |
Split big function to several smaller
Change-Id: I070fdafd51e789eb37b963a100b57cae9dff3e25
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'low-can-binding/binding/low-can-hat.hpp')
-rw-r--r-- | low-can-binding/binding/low-can-hat.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/low-can-binding/binding/low-can-hat.hpp b/low-can-binding/binding/low-can-hat.hpp index b0f29b5e..eafb9c69 100644 --- a/low-can-binding/binding/low-can-hat.hpp +++ b/low-can-binding/binding/low-can-hat.hpp @@ -39,4 +39,4 @@ int read_message(sd_event_source *s, int fd, uint32_t revents, void *userdata); void auth(struct afb_req request); void subscribe(struct afb_req request); void unsubscribe(struct afb_req request); -void swrite(struct afb_req request); +void write(struct afb_req request); |