diff options
Diffstat (limited to 'binding/radio_impl.h')
-rw-r--r-- | binding/radio_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/radio_impl.h b/binding/radio_impl.h index 4b4a2f7..f745f12 100644 --- a/binding/radio_impl.h +++ b/binding/radio_impl.h @@ -41,7 +41,7 @@ typedef enum { typedef struct { char *name; - int (*init)(void); + int (*init)(const char *output); uint32_t (*get_frequency)(void); |