summaryrefslogtreecommitdiffstats
path: root/api/i2c_driver.c
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:32:26 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2012-02-21 15:32:26 (GMT)
commit93553faeed1c4b0f03141bbb6791bafa8be4814d (patch)
treead2f645d26829bfee0961e980b8ba1d25d86d49c /api/i2c_driver.c
parentb81b507a2fc2fffc3b46ddbbc1f2c665a6a71d53 (diff)
downloadAF903x_SRC-93553faeed1c4b0f03141bbb6791bafa8be4814d.zip
AF903x_SRC-93553faeed1c4b0f03141bbb6791bafa8be4814d.tar.gz
AF903x_SRC-93553faeed1c4b0f03141bbb6791bafa8be4814d.tar.bz2
Fix compilation errors
Thanks to Jozef Gercak <gercakj@gmail.com> some compilation errors are fixed.
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 5c5460d..ef6285d 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()
+int xc_reset(void)
{
Dword error = Error_NO_ERROR;