From e0eeeb389302c3050310ac8e618119384ce0fef8 Mon Sep 17 00:00:00 2001 From: Gergő J. Miklós Date: Mon, 13 May 2019 00:49:29 +0200 Subject: LM75 refactored --- src/hmc5883.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/hmc5883.c') diff --git a/src/hmc5883.c b/src/hmc5883.c index c02d1cf..d45e972 100644 --- a/src/hmc5883.c +++ b/src/hmc5883.c @@ -25,6 +25,6 @@ void hmc5883_print_all(void) "\n"); } -void hmc5883_read_all(const char *opts) {} -void hmc5883_read_one(const char *opts) {} -void hmc5883_conf_set(const char *opts){} \ No newline at end of file +void hmc5883_read_all(const uchar *opts) {} +void hmc5883_read_one(const uchar *opts) {} +void hmc5883_conf_set(const uchar *opts){} \ No newline at end of file -- cgit v1.2.3