Skip to content
Snippets Groups Projects
Commit 295acb0c authored by Florian Pose's avatar Florian Pose
Browse files

Fixed return type of ecdev_close().

parent cdcd4590
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ void ecdev_unregister(unsigned int master_index, ec_device_t *device);
// Device methods
int ecdev_open(ec_device_t *device);
int ecdev_close(ec_device_t *device);
void ecdev_close(ec_device_t *device);
void ecdev_receive(ec_device_t *device, const void *data, size_t size);
void ecdev_link_state(ec_device_t *device, uint8_t newstate);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment