summaryrefslogtreecommitdiffstats
path: root/api/i2c_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/i2c_driver.c')
-rw-r--r--api/i2c_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/i2c_driver.c b/api/i2c_driver.c
index ef6285d..ae2063d 100644
--- a/api/i2c_driver.c
+++ b/api/i2c_driver.c
@@ -37,7 +37,7 @@ int xc_read_i2c_data(unsigned char *bytes_received, int nb_bytes_to_receive)
return (error);
}
-int xc_reset(void)
+int xc_reset( void )
{
Dword error = Error_NO_ERROR;