Skip to content
Snippets Groups Projects
Commit f184e642 authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

dsm: fix definition

parent fb42db41
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ __BEGIN_DECLS
#define DSM_BUFFER_SIZE (DSM_FRAME_SIZE + DSM_FRAME_SIZE / 2)
__EXPORT int dsm_init(const char *device);
__EXPORT void dsm_deinit();
__EXPORT void dsm_deinit(void);
__EXPORT void dsm_proto_init(void);
__EXPORT int dsm_config(int dsm_fd);
__EXPORT bool dsm_input(int dsm_fd, uint16_t *values, uint16_t *num_values, bool *dsm_11_bit, uint8_t *n_bytes,
......
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