summaryrefslogtreecommitdiffstats
path: root/api/i2c_driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/i2c_driver.h')
-rw-r--r--api/i2c_driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/i2c_driver.h b/api/i2c_driver.h
index 7826dce..5a76504 100644
--- a/api/i2c_driver.h
+++ b/api/i2c_driver.h
@@ -12,7 +12,7 @@ int xc_send_i2c_data(unsigned char *bytes_to_send, int nb_bytes_to_send);
int xc_read_i2c_data(unsigned char *bytes_received, int nb_bytes_to_receive);
// Does hardware reset
-int xc_reset();
+int xc_reset(void);
// Waits for wait_ms milliseconds
void xc_wait(int wait_ms);